bump to 0.7.2

This commit is contained in:
callebtc
2025-07-20 11:10:04 +02:00
parent a1b0e3fdf7
commit 93de0f2037
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "com.bitchat.android"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 4
versionName = "0.7.1"
versionCode = 5
versionName = "0.7.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {