This commit is contained in:
Alexey Krasilnikov 2025-03-12 03:25:57 -04:00 committed by GitHub
commit e701cc24e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -360,6 +360,12 @@ android {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
packagingOptions {
jniLibs {
useLegacyPackaging = false
}
}
}
dependencies {