From 97338066102191a98e2406b82db7f7030f710a31 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:39:13 +0700 Subject: [PATCH] bump to 29 (#553) --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0d6558e7..cffe5b52 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,7 +13,7 @@ android { applicationId = "com.bitchat.droid" minSdk = libs.versions.minSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt() - versionCode = 28 + versionCode = 29 versionName = "1.6.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"