android v1.1.1 uploaded.

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

@ -48,8 +48,8 @@ android {
applicationId "com.cloudsolutions.tangheem"
minSdkVersion 19
targetSdkVersion 33
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "1.1.1"
multiDexEnabled true
}
@ -65,16 +65,16 @@ android {
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 {
// minifyEnabled true
// shrinkResources true
// signingConfig signingConfigs.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 {
minifyEnabled true
shrinkResources true
signingConfig signingConfigs.release
}
}
}

Loading…
Cancel
Save