From 11a79f82f664a4c18e5d2741b7d4b24d319c954f Mon Sep 17 00:00:00 2001 From: Jamie Sanson Date: Tue, 1 May 2018 10:15:37 +1200 Subject: [PATCH] Updates Changelog and readme --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd74de..7e22b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ Change Log ========== +Version 1.0.6 *(1-05-2018)* +---------------------------- + + * Removes Bintray gradle plugin in favour of `maven-publishing` + Version 1.0.5 *(13-04-2018)* +---------------------------- * Updates to AGP and dependencies * Fixes crash when notifyDataSetChanged called multiple times diff --git a/README.md b/README.md index 6f132aa..03430af 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Download ```groovy //base dependency -compile 'nz.co.trademe.mapme:mapme:1.0.5' +compile 'nz.co.trademe.mapme:mapme:1.0.6' //for Google Maps support -compile 'nz.co.trademe.mapme:googlemaps:1.0.5' +compile 'nz.co.trademe.mapme:googlemaps:1.0.6' //for Mapbox support -compile 'nz.co.trademe.mapme:mapbox:1.0.5' +compile 'nz.co.trademe.mapme:mapbox:1.0.6' ```