Skip to content

Commit fb8edfd

Browse files
committed
Prepare for release 2.0.2
1 parent f71889a commit fb8edfd

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.2
2+
3+
* Migrate to AndroidX
4+
* Synchonize Gradle and Gradle Wrapper versions with Flutter stable (1.12.13+hotfix.5)
5+
16
## 2.0.1
27

38
* No longer rely on the Activity object when this plugin is instantiated.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use this plugin, add `google_api_availability` as a [dependency in your pubsp
1919

2020
```yaml
2121
dependencies:
22-
google_api_availability: '^2.0.0'
22+
google_api_availability: ^2.0.2
2323
```
2424
2525
> **NOTE:** There's a known issue with integrating plugins that use Swift into a Flutter project created with the Objective-C template. See issue [Flutter#16049](https://github.com/flutter/flutter/issues/16049) for help on integration.

ios/google_api_availability.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'google_api_availability'
6-
s.version = '2.0.1'
6+
s.version = '2.0.2'
77
s.summary = 'A Flutter plugin to check the availability of Google Play Services on an Android device.'
88
s.description = <<-DESC
99
A Flutter plugin to check the availability of Google Play Services on an Android device.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_api_availability
22
description: A Flutter plugin to check the availability of Google Play Services on an Android device.
3-
version: 2.0.1
3+
version: 2.0.2
44
authors:
55
- Baseflow <[email protected]>
66
- long1eu <[email protected]>
@@ -20,4 +20,4 @@ dev_dependencies:
2020
flutter:
2121
plugin:
2222
androidPackage: com.baseflow.googleapiavailability
23-
pluginClass: GoogleApiAvailabilityPlugin
23+
pluginClass: GoogleApiAvailabilityPlugin

0 commit comments

Comments
 (0)