Merge pull request #109 from Oizaro/master

Attempt to fix debug error
This commit is contained in:
KevinX8 2021-03-13 21:29:14 +00:00 committed by GitHub
commit acf6facdb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ android {
}
lintOptions {
disable 'MissingTranslation', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag'
disable 'MissingTranslation', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag', 'Range'
}
buildTypes {