Bump version to 1.1.0 and unify signing config
- Bump versionName to 1.1.0 and versionCode to 1_01_00_800 - Use placeholder keystore for debug builds to match release signing
This commit is contained in:
@@ -76,6 +76,7 @@ android {
|
||||
minifyEnabled false
|
||||
shrinkResources false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.placeholder
|
||||
}
|
||||
// builds for testing only in the wallet team, typically unfinished features
|
||||
// this flavor can be installed alongside the others
|
||||
|
||||
@@ -9,8 +9,8 @@ object Deps {
|
||||
const val compileSdkVersion = 31
|
||||
const val minSdkVersion = 21
|
||||
const val targetSdkVersion = 30
|
||||
const val versionName = "1.0.4"
|
||||
const val versionCode = 1_04_00 // last digits are alpha(0XX) beta(2XX) rc(4XX) release(8XX). Ex: 1_08_04_401 is an release candidate build of version 1.8.4 and 1_08_04_800 would be the final release.
|
||||
const val versionName = "1.1.0"
|
||||
const val versionCode = 1_01_00_800 // last digits are alpha(0XX) beta(2XX) rc(4XX) release(8XX). Ex: 1_08_04_401 is an release candidate build of version 1.8.4 and 1_08_04_800 would be the final release.
|
||||
const val packageName = "dragonx.android"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user