intermediate

This commit is contained in:
Fabian Freund
2025-01-07 00:06:31 +01:00
parent ea0880b97a
commit 4a2191b01d
84 changed files with 2655 additions and 1383 deletions
+17
View File
@@ -64,6 +64,23 @@ android {
}
buildTypes {
debug {
splits {
abi {
enable true
reset()
include 'arm64-v8a' //for now build only one target
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.