We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5013b32 commit e3056d7Copy full SHA for e3056d7
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 = 30
17
- versionName = "1.6.0"
+ versionCode = 31
+ versionName = "1.7.0"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
vectorDrawables {
0 commit comments