Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-18 11:31:37 +08:00
parent dc6b76812c
commit dcc5f51e6a

View File

@@ -30,11 +30,7 @@ android {
versionName = flutter.versionName versionName = flutter.versionName
} }
packagingOptions { packagingOptions.jniLibs.useLegacyPackaging = true
jniLibs {
useLegacyPackaging = true
}
}
val keyProperties = Properties().also { val keyProperties = Properties().also {
val properties = rootProject.file("key.properties") val properties = rootProject.file("key.properties")