fix: preserve existing M4A metadata during embed and enable BuildConfig generation

This commit is contained in:
zarzet
2026-04-13 02:47:59 +07:00
parent b77def62f4
commit 88d22477d5
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -20,6 +20,10 @@ android {
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
buildFeatures {
buildConfig = true
}
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_17