srctree

Robin Linden parent 5a45b30d e9bb242e
Remove no-longer-needed invalid package lint disable

inlinesplit
atox/build.gradle.kts added: 3, removed: 6, total 0
@@ -39,7 +39,7 @@ android {
viewBinding = true
}
lint {
disable += setOf("GoogleAppIndexingWarning", "MissingTranslation", "InvalidPackage")
disable += setOf("GoogleAppIndexingWarning", "MissingTranslation")
}
packagingOptions {
// Work around scala-compiler and scala-library (via tox4j) trying to place files in the
 
domain/build.gradle.kts added: 3, removed: 6, total 0
@@ -33,9 +33,6 @@ android {
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"))
}
}
lint {
disable += "InvalidPackage" // tox4j is still not really allowed on Android. :/
}
packagingOptions {
// Work around scala-compiler and scala-library (via tox4j) trying to place files in the
// same place.