Reword some reader settings

(cherry picked from commit caf9219d99)
This commit is contained in:
arkon
2022-10-05 09:26:42 -04:00
committed by Jobobby04
parent cb1d47c685
commit 48b9135056
6 changed files with 32 additions and 22 deletions
+4
View File
@@ -19,6 +19,10 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
lint {
disable.addAll(listOf("MissingTranslation", "ExtraTranslation"))
}
}
tasks {