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 {
kotlinCompilerExtensionVersion = "1.5.7"
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
packaging {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"