aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-10 22:00:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-10 22:00:10 +0200
commit1f7bdd4f5f9fadb51f6c61c453f51533e4886dfa (patch)
tree4e6b61024aedf7a94e8363e0dc9441974ceb8f46 /app/build.gradle
parentQuickTileService: automatically slash the tile (diff)
downloadwireguard-android-1f7bdd4f5f9fadb51f6c61c453f51533e4886dfa.tar.xz
wireguard-android-1f7bdd4f5f9fadb51f6c61c453f51533e4886dfa.zip
Version bump0.0.20180710
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 c93223dd..56ea50a2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@ android {
applicationId 'com.wireguard.android'
minSdkVersion 21
targetSdkVersion 27
- versionCode 429
- versionName '0.0.20180706'
+ versionCode 430
+ versionName '0.0.20180710'
}
// If the keystore file exists
if (keystorePropertiesFile.exists()) {