Update 'android/app/build.gradle'
continuous-integration/drone/push Build is passing Details

pull/1/head
remrem 2 years ago
parent 6531197e11
commit 408de6b03d

@ -47,7 +47,8 @@ android {
// 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 localProperties.getProperty('flutter.minSdkVersion').toInteger()
//# minSdkVersion localProperties.getProperty('flutter.minSdkVersion').toInteger()
minSdkVersion = 21
//minSdkVersion localProperties.getProperty('flutter.minSdkVersion').toInteger()
targetSdkVersion flutter.targetSdkVersion
//argetSdkVersion localProperties.getProperty('flutter.targetSdkVersion').toInteger()

Loading…
Cancel
Save