Migration to Gradle 8.0

This commit is contained in:
Vitor Pamplona
2023-04-20 17:18:20 -04:00
parent 3e27567532
commit fe6ef1df0a

View File

@@ -78,10 +78,10 @@ android {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
}
}
lintOptions {
lint {
disable 'MissingTranslation'
}
}
dependencies {