android v1.1.1 uploaded.

development-design-2.0
Sikander Saleem 3 years ago
parent d406cdf188
commit 6e2c5600b9

@ -48,8 +48,8 @@ android {
applicationId "com.cloudsolutions.tangheem" applicationId "com.cloudsolutions.tangheem"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 33 targetSdkVersion 33
versionCode 2 versionCode 3
versionName "1.1.0" versionName "1.1.1"
multiDexEnabled true multiDexEnabled true
} }
@ -65,16 +65,16 @@ android {
debug { debug {
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
} }
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
}
// release { // release {
// minifyEnabled true // // TODO: Add your own signing config for the release build.
// shrinkResources true // // Signing with the debug keys for now, so `flutter run --release` works.
// signingConfig signingConfigs.release // signingConfig signingConfigs.debug
// } // }
release {
minifyEnabled true
shrinkResources true
signingConfig signingConfigs.release
}
} }
} }

Loading…
Cancel
Save