intermediate
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user