8/27/1
This commit is contained in:
@@ -54,22 +54,12 @@ android {
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||
minSdk = 23
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = 68
|
||||
versionName = '1.5.68'
|
||||
versionCode = 77
|
||||
versionName = '1.5.77'
|
||||
multiDexEnabled =true
|
||||
}
|
||||
|
||||
// defaultConfig {
|
||||
// // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
// applicationId ="com.sefer_driver"
|
||||
// // 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= 23
|
||||
// targetSdk= 34
|
||||
// versionCode= 63
|
||||
// versionName ='1.5.63'
|
||||
// // manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml']
|
||||
// }
|
||||
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
Reference in New Issue
Block a user