Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions google_api_availability_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be considered a hotfix. In this case I would update the version to:

Suggested change
## 1.0.1
## 1.0.0+1


* Declares `dartPluginClass` in pubspec declaration.

## 1.0.0

* Extracts the Android platform implementation from the google_api_availability package.
3 changes: 2 additions & 1 deletion google_api_availability_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An Android implementation for the google_api_availability plugin.
repository: https://github.com/baseflow/flutter-google-api-availability/tree/main/google_api_availability_android
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.0
version: 1.0.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hotfix version bump:

Suggested change
version: 1.0.1
version: 1.0.0+1


flutter:
plugin:
Expand All @@ -12,6 +12,7 @@ flutter:
android:
package: com.baseflow.googleapiavailability
pluginClass: GoogleApiAvailabilityPlugin
dartPluginClass: GoogleApiAvailabilityAndroid

dependencies:
flutter:
Expand Down