aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-25 03:11:33 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-25 03:11:33 +0200
commitd709736513ae9a6b33f78845454fafd4f251aabe (patch)
tree113e1c610329496954e1e2e8ca38293a91f2aee2
parentMainActivity: attempt to fix commit state exceptions (diff)
downloadwireguard-android-d709736513ae9a6b33f78845454fafd4f251aabe.tar.xz
wireguard-android-d709736513ae9a6b33f78845454fafd4f251aabe.zip
Version bump
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 83638cc9..967fa17f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -17,8 +17,8 @@ android {
applicationId 'com.wireguard.android'
minSdkVersion 21
targetSdkVersion 27
- versionCode 435
- versionName '0.0.20180720'
+ versionCode 436
+ versionName '0.0.20180724'
}
// If the keystore file exists
if (keystorePropertiesFile.exists()) {