aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-25 16:18:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-25 16:18:57 +0200
commit3de549d2c763368dfd4729e22ecc1ab1962d0812 (patch)
tree6ede0a32883df8d0f51c97455a349c775efc9e1e /app
parentlibwg-quick: add iptables output allowance (diff)
downloadwireguard-android-3de549d2c763368dfd4729e22ecc1ab1962d0812.tar.xz
wireguard-android-3de549d2c763368dfd4729e22ecc1ab1962d0812.zip
Version bump0.0.20180625
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8c6b6148..1393ec12 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@ android {
applicationId 'com.wireguard.android'
minSdkVersion 21
targetSdkVersion 27
- versionCode 426
- versionName '0.0.20180616'
+ versionCode 427
+ versionName '0.0.20180625'
}
// If the keystore file exists
if (keystorePropertiesFile.exists()) {