diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index a4bc55f2b..18e5aed95 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -30,11 +30,7 @@ android { versionName = flutter.versionName } - packagingOptions { - jniLibs { - useLegacyPackaging = true - } - } + packagingOptions.jniLibs.useLegacyPackaging = true val keyProperties = Properties().also { val properties = rootProject.file("key.properties")