diff --git a/plugin-locationlayer/CHANGELOG.md b/plugin-locationlayer/CHANGELOG.md index f303d310e..1a883915c 100644 --- a/plugin-locationlayer/CHANGELOG.md +++ b/plugin-locationlayer/CHANGELOG.md @@ -2,6 +2,9 @@ Mapbox welcomes participation and contributions from everyone. +### 0.5.4 - TBD +- Remove `allowobfuscation` option from ProGuard rule file in order to support built-in shrinker of Android Gradle Plugin [#549](https://github.com/mapbox/mapbox-plugins-android/pull/549) + ### 0.5.3 - May 23, 2018 - Adds a constructor which doesn't take in a locationEngine and sets up an internal engine instead [#527](https://github.com/mapbox/mapbox-plugins-android/pull/527) - Remove and readd onMapChange in onStart/onStop [#403](https://github.com/mapbox/mapbox-plugins-android/pull/403) diff --git a/plugin-locationlayer/proguard-consumer.pro b/plugin-locationlayer/proguard-consumer.pro index 377893234..3a9ebacad 100644 --- a/plugin-locationlayer/proguard-consumer.pro +++ b/plugin-locationlayer/proguard-consumer.pro @@ -8,7 +8,7 @@ # Retain generic type information for use by reflection by converters and adapters. -keepattributes Signature # Retain service method parameters. --keepclassmembernames,allowobfuscation interface * { +-keepclassmembernames interface * { @retrofit2.http.* ; } # Ignore annotation used for build tooling. diff --git a/plugin-offline/CHANGELOG.md b/plugin-offline/CHANGELOG.md index cfab82d43..241af72fe 100644 --- a/plugin-offline/CHANGELOG.md +++ b/plugin-offline/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog for the Mapbox offline plugin +### 0.4.0 - TBD +- Remove `allowobfuscation` option from ProGuard rule file in order to support built-in shrinker of Android Gradle Plugin [#549](https://github.com/mapbox/mapbox-plugins-android/pull/549) + ### 0.3.0 - May 23, 2018 - Updates the Map SDK to 6.1.3 [#531](https://github.com/mapbox/mapbox-plugins-android/pull/531) diff --git a/plugin-offline/proguard-consumer.pro b/plugin-offline/proguard-consumer.pro index 33a63ea41..7063c700f 100644 --- a/plugin-offline/proguard-consumer.pro +++ b/plugin-offline/proguard-consumer.pro @@ -8,7 +8,7 @@ # Retain generic type information for use by reflection by converters and adapters. -keepattributes Signature # Retain service method parameters. --keepclassmembernames,allowobfuscation interface * { +-keepclassmembernames interface * { @retrofit2.http.* ; } # Ignore annotation used for build tooling. diff --git a/plugin-places/CHANGELOG.md b/plugin-places/CHANGELOG.md index e2b09f81b..731d4a4c5 100644 --- a/plugin-places/CHANGELOG.md +++ b/plugin-places/CHANGELOG.md @@ -2,6 +2,9 @@ Mapbox welcomes participation and contributions from everyone. +### 0.6.0 - TBD +- Remove `allowobfuscation` option from ProGuard rule file in order to support built-in shrinker of Android Gradle Plugin [#549](https://github.com/mapbox/mapbox-plugins-android/pull/549) + ### 0.5.0 - May 23, 2018 - Updates the Map SDK to 6.1.3 [#531](https://github.com/mapbox/mapbox-plugins-android/pull/531) diff --git a/plugin-places/proguard-consumer.pro b/plugin-places/proguard-consumer.pro index 47070a645..7d7e8ca21 100644 --- a/plugin-places/proguard-consumer.pro +++ b/plugin-places/proguard-consumer.pro @@ -8,7 +8,7 @@ # Retain generic type information for use by reflection by converters and adapters. -keepattributes Signature # Retain service method parameters. --keepclassmembernames,allowobfuscation interface * { +-keepclassmembernames interface * { @retrofit2.http.* ; } # Ignore annotation used for build tooling.