Skip to content

Commit

Permalink
Updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarnagiris committed Nov 25, 2014
1 parent 5393683 commit 8ab82f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions financius/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ android {
buildConfigField "String", "LOCAL_SERVER_IP", "\"192.168.0.7\""
buildConfigField "long", "BUILD_TIME", "" + buildTime() + "L"
}
lintOptions {
abortOnError false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 8ab82f2

Please sign in to comment.