aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-24 23:24:17 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-24 23:24:17 -0500
commit6f2fc161d0fb626adf929c3e5e297cdbdf632fe4 (patch)
tree63950c576d9e2626e0164dc8da91d0643733737b /app
parentConfigListFragment: Prevent config names from wrapping (diff)
downloadwireguard-android-6f2fc161d0fb626adf929c3e5e297cdbdf632fe4.tar.xz
wireguard-android-6f2fc161d0fb626adf929c3e5e297cdbdf632fe4.zip
Prepare version 0.1.0
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
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"
}
}