From 9f32eea7eda10189118fb146547d05312aec2d88 Mon Sep 17 00:00:00 2001 From: Nicolas Favier Date: Fri, 15 Dec 2017 13:44:21 +0100 Subject: [PATCH] [Release] 3.0.12 --- build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 2cf96390..ba3b8f5d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ ext { - appVersion = "3.0.11" + appVersion = "3.0.12" androidSupportVersion = '25.1.0' playServicesVersion = '7.8.0' daggerVersion = '2.0' @@ -101,7 +101,7 @@ android { applicationId "io.jawg.osmcontributor" minSdkVersion 16 targetSdkVersion 25 - versionCode 30 + versionCode 31 versionName appVersion multiDexEnabled true vectorDrawables.useSupportLibrary = true @@ -154,8 +154,6 @@ android { bus { applicationId "io.jawg.osmcontributor.bus" - versionName "1.2.6" - versionCode 9 buildConfigField "String", "APP_NAME", '"Jungle Bus"' buildConfigField "String", "CRASHLYTICS_PACKAGE_NAME", '"io.jawg.osmcontributor.store"'