25-4-29/1
This commit is contained in:
@@ -23,6 +23,9 @@ if (flutterVersionName == null) {
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
// START: FlutterFire Configuration
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
// END: FlutterFire Configuration
|
||||
apply plugin: 'kotlin-android'
|
||||
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
||||
|
||||
@@ -50,8 +53,8 @@ android {
|
||||
applicationId = "com.mobileapp.store.ride"
|
||||
minSdk = 23
|
||||
targetSdk = flutter.targetSdkVersion // Use flutter.targetSdkVersion
|
||||
versionCode = 127
|
||||
versionName = '2.0.127'
|
||||
versionCode = 130
|
||||
versionName = '2.0.130'
|
||||
multiDexEnabled = true
|
||||
|
||||
ndk {
|
||||
|
||||
Reference in New Issue
Block a user