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

This commit is contained in:
zarzet
2026-04-13 23:35:03 +07:00
parent b7f51b5f14
commit 1d6df75829
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