We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43029e8 commit 390f264Copy full SHA for 390f264
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.bitchat.droid"
14
minSdk = libs.versions.minSdk.get().toInt()
15
targetSdk = libs.versions.targetSdk.get().toInt()
16
- versionCode = 31
17
- versionName = "1.7.0"
+ versionCode = 32
+ versionName = "1.7.1"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
vectorDrawables {
0 commit comments