diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-01 03:41:56 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-01 03:41:56 +0100 |
commit | 164ec1e31d27984fea946e4f0ee6d4b8bcf0429d (patch) | |
tree | ad68dee832e8c743ace1574fe8fe9b208f7fb699 /app | |
parent | 373a5f18d6cc04ae3fb2be1474e59bfe13272ff7 (diff) |
Bump version so that we have correct submodule hashes
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 | ||||
m--------- | app/tools/wireguard | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 7a9cfc1f..79a715f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 28 - versionCode 441 - versionName '0.0.20181001' + versionCode 442 + versionName '0.0.20181031' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists diff --git a/app/tools/wireguard b/app/tools/wireguard -Subproject abc9fae9e2b93e276e9734fe6e784947165c30e +Subproject ba2ab5deaa2aa2ad6f5aa6e1cd19fcc97a3f760 |