diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-23 17:12:18 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-23 17:12:18 +0200 |
commit | 4ea897c556054375792799e597d183c759e20cb8 (patch) | |
tree | 5762b5cd219c597a7e97098f1fe0a548a7afc82d /app | |
parent | 7f26d5b97b033ef76b8f9af14574f95ec60e191f (diff) |
Version bump
Diffstat (limited to 'app')
-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 3692f594..92e0a82b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 414 - versionName '0.0.20180521' + versionCode 415 + versionName '0.0.20180523' } externalNativeBuild { cmake { |