Removed dependencies info (build.gradle.kts).

This commit is contained in:
acclorite 2024-08-06 22:09:40 +03:00
parent 7756006329
commit ba5b6288da

View file

@ -63,6 +63,10 @@ android {
composeOptions { composeOptions {
kotlinCompilerExtensionVersion = "1.5.7" kotlinCompilerExtensionVersion = "1.5.7"
} }
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
packaging { packaging {
resources { resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}" excludes += "/META-INF/{AL2.0,LGPL2.1}"