From 243285e199ed80afba184e8cedc0c23ae21e0960 Mon Sep 17 00:00:00 2001 From: Jamie Sanson Date: Thu, 25 Oct 2018 13:58:20 +1300 Subject: [PATCH] Prepare for release 1.2.0 --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- common.gradle | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4a13b..d44ad32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +Version 1.2.0 *(25-10-2018)* +---------------------------- + +* Updates to Kotlin JDK dependency variants +* Updates support library to AndroidX variants + Version 1.1.0 *(06-07-2018)* ---------------------------- diff --git a/README.md b/README.md index 3be1943..13efec7 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Download ```groovy //base dependency -compile 'nz.co.trademe.mapme:mapme:1.1.0' +compile 'nz.co.trademe.mapme:mapme:1.2.0' //for Google Maps support -compile 'nz.co.trademe.mapme:googlemaps:1.1.0' +compile 'nz.co.trademe.mapme:googlemaps:1.2.0' //for Mapbox support -compile 'nz.co.trademe.mapme:mapbox:1.1.0' +compile 'nz.co.trademe.mapme:mapbox:1.2.0' ``` diff --git a/common.gradle b/common.gradle index fe52fa4..70ab3de 100644 --- a/common.gradle +++ b/common.gradle @@ -14,5 +14,5 @@ ext.gradle_version = '3.2.0' ext.mapbox_version = '6.4.0' ext.google_play_services_version = '15.0.1' ext.androidx_version = '1.0.0' -ext.android_maven_version = '3.3.0' +ext.android_maven_version = '3.6.2'