File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 1.2.0 * (25-10-2018)*
5+ ----------------------------
6+
7+ * Updates to Kotlin JDK dependency variants
8+ * Updates support library to AndroidX variants
9+
410Version 1.1.0 * (06-07-2018)*
511----------------------------
612
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ Download
1515
1616``` groovy
1717//base dependency
18- compile 'nz.co.trademe.mapme:mapme:1.1 .0'
18+ compile 'nz.co.trademe.mapme:mapme:1.2 .0'
1919
2020//for Google Maps support
21- compile 'nz.co.trademe.mapme:googlemaps:1.1 .0'
21+ compile 'nz.co.trademe.mapme:googlemaps:1.2 .0'
2222
2323//for Mapbox support
24- compile 'nz.co.trademe.mapme:mapbox:1.1 .0'
24+ compile 'nz.co.trademe.mapme:mapbox:1.2 .0'
2525
2626```
2727
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ ext.gradle_version = '3.2.0'
1414ext. mapbox_version = ' 6.4.0'
1515ext. google_play_services_version = ' 15.0.1'
1616ext. androidx_version = ' 1.0.0'
17- ext. android_maven_version = ' 3.3.0 '
17+ ext. android_maven_version = ' 3.6.2 '
1818
You can’t perform that action at this time.
0 commit comments