diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-08 03:51:42 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-08 03:51:42 +0100 |
commit | 704369d431271553f66ac9efc9b96447160d3bd7 (patch) | |
tree | e29c9e1653f773b5f0eaccd9f83ac221b44e48be /app/build.gradle | |
parent | 5aa8191cd3e93e5b128d2c865e2d542a61a770c9 (diff) |
Version bump
I feel a bit uneasy releasing this, because who knows how much Samuel
has tested his model rewrite, but nothing looks obviously horrible, so
let's give it a shot. We're still "alpha", after all.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/build.gradle')
-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 a71dc030..01e82d80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 28 - versionCode 443 - versionName '0.0.20181103' + versionCode 444 + versionName '0.0.20181207' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |