aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-12 05:46:02 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-12 05:46:02 +0200
commit0f128f99a1175b229fb82e2a802b1ea3fe4aedf5 (patch)
treef3f09a8ddb9da17aeba5719c265a40094852fd40 /app/build.gradle
parentApplication: require rootshell to use wgquick backend (diff)
downloadwireguard-android-0f128f99a1175b229fb82e2a802b1ea3fe4aedf5.tar.xz
wireguard-android-0f128f99a1175b229fb82e2a802b1ea3fe4aedf5.zip
Version bump0.0.20180612
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 942ffc2f..45a93024 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -18,8 +18,8 @@ android {
applicationId 'com.wireguard.android'
minSdkVersion 21
targetSdkVersion 27
- versionCode 423
- versionName '0.0.20180606'
+ versionCode 424
+ versionName '0.0.20180612'
}
// If the keystore file exists
if (keystorePropertiesFile.exists()) {