From da2f449b5ae09e6b3d0bf41f7911991ff4801f39 Mon Sep 17 00:00:00 2001 From: Ephraim Kigamba Date: Mon, 15 Oct 2018 15:36:55 +0300 Subject: [PATCH] :arrow_up: Increment version to 0.3.0 This change is due to update of the Mapbox SDK being used by both the utils and library to 6.5.0 --- library/build.gradle | 2 +- utils/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 7bc879ce2..c5d6b4047 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'realm-android' apply plugin: 'com.jfrog.bintray' apply plugin: 'maven-publish' -version '0.2.6-87-1' +version '0.3.0' project.version = this.version task sourceJar(type: Jar) { diff --git a/utils/build.gradle b/utils/build.gradle index f9629e260..85fe9676a 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.jfrog.bintray' apply plugin: 'maven-publish' -version '0.2.6-106-1' +version '0.3.0' project.version = this.version task sourceJar(type: Jar) {