diff options
| author | 2018-12-18 17:07:04 +0100 | |
|---|---|---|
| committer | 2018-12-18 17:07:04 +0100 | |
| commit | cb1bc95e6ba4dc0c8828c01b6d5e4a8eb2ae197c (patch) | |
| tree | 60e7dad28c5e6d1bd6bffa35651ec7d2a4c91aec | |
| parent | Migrate to AndroidX (diff) | |
| download | wireguard-android-0.0.20181218.tar.xz wireguard-android-0.0.20181218.zip | |
Version bump0.0.20181218
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 6874d569..9416d578 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 28 - versionCode 445 - versionName '0.0.20181210' + versionCode 446 + versionName '0.0.20181218' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |
