From 5dc6369b8f63ed60632a4e4e76e97fdaca1b295f Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:30:28 +0700 Subject: [PATCH] bump vc to 30 (#559) --- 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 a9511725..a789136e 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 = 29 + versionCode = 30 versionName = "1.6.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"