srctree

Robin Linden parent 82ac6d80 03a0592a
Update the Android Gradle plugin for Android Studio 2021.1.1

inlinesplit
atox/build.gradle.kts added: 7, removed: 7, total 0
@@ -39,7 +39,7 @@ android {
viewBinding = true
}
lint {
disable("GoogleAppIndexingWarning", "MissingTranslation", "InvalidPackage")
disable += setOf("GoogleAppIndexingWarning", "MissingTranslation", "InvalidPackage")
}
packagingOptions {
// Work around scala-compiler and scala-library (via tox4j) trying to place files in the
 
buildSrc/src/main/kotlin/Dependencies.kt added: 7, removed: 7, total 0
@@ -2,7 +2,7 @@ const val kotlinVersion = "1.6.10"
 
object BuildPlugin {
private object Version {
const val gradle = "7.0.4"
const val gradle = "7.1.0"
}
 
const val androidApplication = "com.android.application"
 
domain/build.gradle.kts added: 7, removed: 7, total 0
@@ -34,10 +34,10 @@ android {
}
}
lint {
disable("InvalidPackage") // tox4j is still not really allowed on Android. :/
disable += "InvalidPackage" // tox4j is still not really allowed on Android. :/
// The macOS domain:lint task fails due to not guarding AudioRecord with permission checks in this module.
// This doesn't fail locally, and use of the audio code is guarded in the UI in the aTox module.
isAbortOnError = false
abortOnError = false
}
packagingOptions {
// Work around scala-compiler and scala-library (via tox4j) trying to place files in the