Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions plugin-locationlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugin-locationlayer/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.* <methods>;
}
# Ignore annotation used for build tooling.
Expand Down
3 changes: 3 additions & 0 deletions plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion plugin-offline/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.* <methods>;
}
# Ignore annotation used for build tooling.
Expand Down
3 changes: 3 additions & 0 deletions plugin-places/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion plugin-places/proguard-consumer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.* <methods>;
}
# Ignore annotation used for build tooling.
Expand Down