diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-09 17:31:52 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-09 17:31:52 -0600 |
commit | ab147a2674da6731b6537dcd9a068d3292cf671f (patch) | |
tree | 8d751add165d346c80ba686a8815a7ee7ecd73af | |
parent | aa772753b19eba6a28cef4978b80e4e58ac2a873 (diff) |
Version bump
m--------- | tunnel/tools/wireguard-tools | 0 | ||||
-rw-r--r-- | ui/build.gradle | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tunnel/tools/wireguard-tools b/tunnel/tools/wireguard-tools -Subproject e5b08c2849256367fc6bf37be9e737bdb21ee66 +Subproject 828ffc88cd6d6813a82520640d09e7827bf2dcd diff --git a/ui/build.gradle b/ui/build.gradle index 4b17a217..2827afc7 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -22,8 +22,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 29 - versionCode 464 - versionName '0.0.20200206' + versionCode 465 + versionName '0.0.20200309' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |