Updates to Android Studio Iguana

This commit is contained in:
Vitor Pamplona
2024-03-01 08:03:58 -05:00
parent b6e096ec96
commit 3fb8a5938f
4 changed files with 9 additions and 9 deletions
+2 -3
View File
@@ -145,14 +145,13 @@ android {
// Should match compose version : https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlinCompilerExtensionVersion "1.5.8"
}
packagingOptions {
resources {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
excludes += ['/META-INF/{AL2.0,LGPL2.1}', '**/libscrypt.dylib']
}
exclude '**/libscrypt.dylib'
}
lint {
disable 'MissingTranslation'
}