diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-18 13:37:59 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-18 13:37:59 +0200 |
commit | 0f91aeb2d30c74a65389c5b92df79398e92a8b7d (patch) | |
tree | ff8c42d1b4148e590100c4332883d89f4da867fc | |
parent | bc0111f895940accd02c73f2a5054dd59c9870ab (diff) |
Version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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 d25d384b..f7acf8af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 29 - versionCode 457 - versionName '0.0.20191016' + versionCode 458 + versionName '0.0.20191018' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |