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:
2026-03-21 04:20:46 -05:00
parent d501255c6b
commit cced1a34ce
2 changed files with 3 additions and 2 deletions

View File

@@ -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