Enabled WRITE_EXTERNAL_STORAGE for A10 to avoid crashes

This commit is contained in:
Prathamesh More 2022-06-11 19:02:00 +05:30
parent 3aea91eb1e
commit 192b5c2ac7
4 changed files with 7 additions and 9 deletions

View file

@ -51,7 +51,7 @@ android {
}
}
lint {
disable 'MissingTranslation', 'ImpliedQuantity'
warning 'MissingTranslation', 'ImpliedQuantity', 'Instantiatable'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8