summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-18 18:40:16 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-18 18:40:16 +0200
commitffb8bccbc5d1da8c3647799ce620226810a30fd1 (patch)
tree7e81697a1debaec05a051d39acec58db9f311eac /app
parent08170f7e55d6a6d9dbf3d3bf7874fab3a8eeaee7 (diff)
Version bump
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 955ba8b0..a859c98c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -17,8 +17,8 @@ android {
applicationId 'com.wireguard.android'
minSdkVersion 21
targetSdkVersion 27
- versionCode 433
- versionName '0.0.20180716'
+ versionCode 434
+ versionName '0.0.20180718'
}
// If the keystore file exists
if (keystorePropertiesFile.exists()) {