diff --git a/packages/ios_platform_images/CHANGELOG.md b/packages/ios_platform_images/CHANGELOG.md index 704434d374d6..5dddee99cf04 100644 --- a/packages/ios_platform_images/CHANGELOG.md +++ b/packages/ios_platform_images/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+1 + +* Removed Android support from the pubspec. + ## 0.1.0 * Fixed a bug where the scale value of the image wasn't respected. diff --git a/packages/ios_platform_images/pubspec.yaml b/packages/ios_platform_images/pubspec.yaml index 1b4cf46fa197..420669bbabd4 100644 --- a/packages/ios_platform_images/pubspec.yaml +++ b/packages/ios_platform_images/pubspec.yaml @@ -1,6 +1,6 @@ name: ios_platform_images description: A plugin to share images between Flutter and iOS in add-to-app setups. -version: 0.1.0 +version: 0.1.0+1 homepage: https://github.com/flutter/plugins/tree/master/packages/ios_platform_images/ios_platform_images environment: @@ -26,9 +26,6 @@ flutter: # adding or updating assets for this project. plugin: platforms: - android: - package: io.flutter.ios_platform_images - pluginClass: IosPlatformImagesPlugin ios: pluginClass: IosPlatformImagesPlugin