Skip to content

Commit

Permalink
Updates Changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Sanson committed Apr 30, 2018
1 parent 5c383b9 commit 11a79f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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'
```

Expand Down

0 comments on commit 11a79f8

Please sign in to comment.