diff --git a/CHANGELOG.md b/CHANGELOG.md index 1912501..d1e3f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.8.1 Oct 11, 2018 + +* Migrate Google Map tile api to `https` (PR #129) + # 1.8.0 Aug 7, 2018 * Added support for marker z-index (PR #126) diff --git a/README.md b/README.md index 19bb7f0..c7f6e6a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ will fallback to a web based map provider (currently Google Maps). Easy to integ Grab via Gradle: ```groovy -compile 'com.airbnb.android:airmapview:1.8.0' +compile 'com.airbnb.android:airmapview:1.8.1' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/).