aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-09 06:24:40 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-09 10:31:08 -0600
commitc6bdeb1d4579bd23365dcc575b12d8a15660f519 (patch)
tree1cef6d558c128558f22bdc424e6d6e1e9cb0e843
parentWgQuickBackend: Finish the implementation (diff)
downloadwireguard-android-c6bdeb1d4579bd23365dcc575b12d8a15660f519.tar.xz
wireguard-android-c6bdeb1d4579bd23365dcc575b12d8a15660f519.zip
Prepare version 0.3.0
Signed-off-by: Samuel Holland <samuel@sholland.org>
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 94360927..87e46252 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -20,8 +20,8 @@ android {
applicationId 'com.wireguard.android'
minSdkVersion 21
targetSdkVersion 27
- versionCode 100
- versionName '0.1.0'
+ versionCode 300
+ versionName '0.3.0'
}
externalNativeBuild {
cmake {