diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-18 18:40:16 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-18 18:40:16 +0200 |
commit | ffb8bccbc5d1da8c3647799ce620226810a30fd1 (patch) | |
tree | 7e81697a1debaec05a051d39acec58db9f311eac /app | |
parent | 08170f7e55d6a6d9dbf3d3bf7874fab3a8eeaee7 (diff) |
Version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 |
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()) { |