Skip to content

Commit 9cd07aa

Browse files
committed
release(mobile): keep version at 1.0.0 / versionCode 1 (revert bump)
1 parent 21e5f63 commit 9cd07aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clients/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "com.cumulusvpn.app"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 2
86-
versionName "1.1.0"
85+
versionCode 1
86+
versionName "1.0"
8787
}
8888
signingConfigs {
8989
debug {

0 commit comments

Comments
 (0)