|
|
|
@ -24,6 +24,7 @@ if (flutterVersionName == null) {
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
namespace "com.example.smartfit_app_mobile"
|
|
|
|
|
//compileSdkVersion localProperties.getProperty('flutter.compileSdkVersion').toInteger()
|
|
|
|
|
compileSdkVersion flutter.compileSdkVersion
|
|
|
|
|
ndkVersion flutter.ndkVersion
|
|
|
|
|
|
|
|
|
@ -45,8 +46,11 @@ android {
|
|
|
|
|
applicationId "com.example.smartfit_app_mobile"
|
|
|
|
|
// You can update the following values to match your application needs.
|
|
|
|
|
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
|
|
|
|
minSdkVersion flutter.minSdkVersion
|
|
|
|
|
//minSdkVersion flutter.minSdkVersion
|
|
|
|
|
minSdkVersion localProperties.getProperty('flutter.minSdkVersion').toInteger()
|
|
|
|
|
//minSdkVersion localProperties.getProperty('flutter.minSdkVersion').toInteger()
|
|
|
|
|
targetSdkVersion flutter.targetSdkVersion
|
|
|
|
|
//argetSdkVersion localProperties.getProperty('flutter.targetSdkVersion').toInteger()
|
|
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
|
|
versionName flutterVersionName
|
|
|
|
|
}
|
|
|
|
|