migração flutter 2.2.1

This commit is contained in:
Renan
2021-06-01 16:52:01 -03:00
parent c44fcdddea
commit dd6bbb650b
25 changed files with 568 additions and 469 deletions
+16 -16
View File
@@ -45,7 +45,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.hightechx.mobile.decpisos"
minSdkVersion 17
minSdkVersion 19
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
@@ -82,27 +82,27 @@ android {
signingConfig signingConfigs.debug
}
}
// splits {
splits {
// //Configures multiple APKs based on ABI.
// abi {
//Configures multiple APKs based on ABI.
abi {
// //Enables building multiple APKs per ABI.
// enable true
//Enables building multiple APKs per ABI.
enable true
// //By default all ABIs are included, so use reset() and include to specify that we only
// //want APKs for x86 and x86_64.
//By default all ABIs are included, so use reset() and include to specify that we only
//want APKs for x86 and x86_64.
// //Resets the list of ABIs that Gradle should create APKs for to none.
// reset()
//Resets the list of ABIs that Gradle should create APKs for to none.
reset()
// //Specifies a list of ABIs that Gradle should create APKs for.
// include "x86", "x86_64", "armeabi", "armeabi-v7a", "arm64-v8a"
//Specifies a list of ABIs that Gradle should create APKs for.
include "x86", "x86_64", "armeabi", "armeabi-v7a", "arm64-v8a"
// //Specifies that we do not want to also generate a universal APK that includes all ABIs.
// universalApk false
// }
// }
//Specifies that we do not want to also generate a universal APK that includes all ABIs.
universalApk false
}
}
}
flutter {