Skip to content

Commit 92cd5c6

Browse files
authored
Fixes Android pubspec (#39)
* Revert "Revert "Fixes Android pubspec"" This reverts commit 052a9f8. * Changes versioning to hotfix
1 parent 052a9f8 commit 92cd5c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0+1
2+
3+
* Declares `dartPluginClass` in pubspec declaration.
4+
15
## 1.0.0
26

37
* Extracts the Android platform implementation from the google_api_availability package.

google_api_availability_android/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: An Android implementation for the google_api_availability plugin.
33
repository: https://github.com/baseflow/flutter-google-api-availability/tree/main/google_api_availability_android
44
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6-
version: 1.0.0
6+
version: 1.0.0+1
77

88
flutter:
99
plugin:
@@ -12,6 +12,7 @@ flutter:
1212
android:
1313
package: com.baseflow.googleapiavailability
1414
pluginClass: GoogleApiAvailabilityPlugin
15+
dartPluginClass: GoogleApiAvailabilityAndroid
1516

1617
dependencies:
1718
flutter:

0 commit comments

Comments
 (0)