|
|
|
@ -23,9 +23,6 @@ android { |
|
|
|
|
kotlinOptions { |
|
|
|
|
jvmTarget = "11" |
|
|
|
|
} |
|
|
|
|
lintOptions{ |
|
|
|
|
checkDependencies true |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
signingConfigs { |
|
|
|
|
if (project.hasProperty("RELEASE_STORE_FILE")) { |
|
|
|
@ -120,6 +117,9 @@ android { |
|
|
|
|
// Adds exported schema location as test app assets. |
|
|
|
|
androidTest.assets.srcDirs += files("$projectDir/schemas".toString()) |
|
|
|
|
} |
|
|
|
|
lint { |
|
|
|
|
checkDependencies true |
|
|
|
|
} |
|
|
|
|
tasks.withType(JavaCompile) { |
|
|
|
|
//options.compilerArgs << "-Xlint:unchecked" |
|
|
|
|
} |
|
|
|
|