wownero
/
wownerujo
Archived
4
0
Fork 0

no lint for release

openssl-1.1.0
fuwa 6 years ago
parent 39f4a5e69a
commit 727ddac671

@ -60,6 +60,13 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
dependencies {