Reword some reader settings

This commit is contained in:
arkon
2022-10-05 09:26:42 -04:00
parent 3b62396442
commit caf9219d99
6 changed files with 32 additions and 22 deletions

View File

@@ -19,6 +19,10 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
lint {
disable.addAll(listOf("MissingTranslation", "ExtraTranslation"))
}
}
tasks {