From c6bdeb1d4579bd23365dcc575b12d8a15660f519 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 9 Jan 2018 06:24:40 -0600 Subject: Prepare version 0.3.0 Signed-off-by: Samuel Holland --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 94360927..87e46252 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 100 - versionName '0.1.0' + versionCode 300 + versionName '0.3.0' } externalNativeBuild { cmake { -- cgit v1.2.3