diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-16 10:03:47 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-16 10:03:47 +0200 |
commit | e008efcf9770beaa06910b728132465240e24e72 (patch) | |
tree | d652503596287a9775e11a23c379e47bb019b70c | |
parent | 7cf676f9bd65f7f3fe834161effedad93fd29e80 (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 f3186772..1c50f133 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 29 - versionCode 455 - versionName '0.0.20191013' + versionCode 456 + versionName '0.0.20191016' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |