diff --git a/mobile/build.gradle b/mobile/build.gradle index a18b6e3b..1c0bb9a8 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -9,8 +9,8 @@ android { applicationId "be.mygod.vpnhotspot" minSdkVersion 21 targetSdkVersion 27 - versionCode 1 - versionName "0.0.1" + versionCode 2 + versionName "0.1.0-alpha" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {