fix build

This commit is contained in:
Fabian Freund
2025-06-15 10:35:08 +02:00
parent 55a5b1c6af
commit 6bba9ee0c8
4 changed files with 6 additions and 25 deletions
+1 -8
View File
@@ -74,18 +74,11 @@ android {
universalApk false
}
}
applicationVariants.all { variant ->
variant.outputs.all {
//rename build to make it detect by flutter
outputFileName = "../../flutter-apk/app-${variant.name}.apk"
}
}
}
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.debug
signingConfig = signingConfigs.release
minifyEnabled false
shrinkResources false