Bump Android release to 2.0.1

This commit is contained in:
callebtc 2026-08-11 20:08:57 +02:00
parent c9938a36ea
commit c549bdb03f
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ android {
applicationId = "com.bitchat.droid" applicationId = "com.bitchat.droid"
minSdk = libs.versions.minSdk.get().toInt() minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 37 versionCode = 38
versionName = "2.0.0" versionName = "2.0.1"
buildConfigField( buildConfigField(
"String", "String",
"GITHUB_RELEASE_CERT_SHA256", "GITHUB_RELEASE_CERT_SHA256",

View File

@ -19,8 +19,8 @@ android {
targetSdk = libs.versions.targetSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt()
// Wear releases use a separate high range because Play requires every artifact in // Wear releases use a separate high range because Play requires every artifact in
// one application ID to have a unique version code across all form factors. // one application ID to have a unique version code across all form factors.
versionCode = 1_000_000_001 versionCode = 1_000_000_002
versionName = "0.1.0" versionName = "0.1.1"
vectorDrawables { vectorDrawables {
useSupportLibrary = true useSupportLibrary = true