From bb1caa6b95e4aab881d9b5bb69f5088e164ddc25 Mon Sep 17 00:00:00 2001 From: Milo van der Linden Date: Mon, 23 Jan 2017 22:08:59 +0100 Subject: [PATCH] Bump version 1.5-Alpha --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 83066c5..de5164a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.open311.android" minSdkVersion 16 targetSdkVersion 24 - versionCode 5 - versionName "1.4-alpha" + versionCode 6 + versionName "1.5-alpha" multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -59,4 +59,4 @@ dependencies { compile 'com.github.bumptech.glide:glide:3.7.0' compile 'io.tus.java.client:tus-java-client:0.3.1' compile 'io.tus.android.client:tus-android-client:0.1.3@aar' -} \ No newline at end of file +}