Updated Gradle wrapper.

This commit is contained in:
akwizgran
2015-12-03 11:49:20 +00:00
parent 2d346f7b73
commit 7bc08b2de7
11 changed files with 277 additions and 21 deletions

View File

@@ -39,4 +39,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
}
lintOptions {
abortOnError false
}
}