Skip to content

Commit

Permalink
Prepare for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Sanson committed Oct 25, 2018
1 parent c326da6 commit 243285e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
----------------------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 243285e

Please sign in to comment.