Skip to content

Commit e3056d7

Browse files
authored
bump to 1.7.0 (#624)
1 parent 5013b32 commit e3056d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.bitchat.droid"
1414
minSdk = libs.versions.minSdk.get().toInt()
1515
targetSdk = libs.versions.targetSdk.get().toInt()
16-
versionCode = 30
17-
versionName = "1.6.0"
16+
versionCode = 31
17+
versionName = "1.7.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

0 commit comments

Comments
 (0)