diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-12 17:07:19 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-12 18:55:28 +0200 |
commit | 3af2420da9d3b1ee4ba4991b51072e939185c0ae (patch) | |
tree | e58c5c01541381ce3e56e045e00f91e63976836f /app | |
parent | d0d24f4554812c7d6a91785a6190791e02e6e56c (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 1e820455..9a90a3e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 29 - versionCode 451 - versionName '0.0.20190708' + versionCode 452 + versionName '0.0.20191012' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |