diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-24 23:24:17 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-24 23:24:17 -0500 |
commit | 6f2fc161d0fb626adf929c3e5e297cdbdf632fe4 (patch) | |
tree | 63950c576d9e2626e0164dc8da91d0643733737b /app | |
parent | 8fed4e2a51e08bb2d424e34bbd6c7daec3ff50dd (diff) |
Prepare version 0.1.0
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 cd1cecc2..5caf20b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.wireguard.android" minSdkVersion 21 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 100 + versionName "0.1.0" } } |