Skip to content

Commit 5ccac6d

Browse files
fix publish warnings (#61)
* fix publish warnings * set dart sdk to > 3.5.0 * updated android pubspec * Update google_api_availability/CHANGELOG.md * Update google_api_availability_android/CHANGELOG.md * Update google_api_availability_platform_interface/CHANGELOG.md --------- Co-authored-by: Maurits van Beusekom <[email protected]>
1 parent 848151c commit 5ccac6d

File tree

8 files changed

+11
-5
lines changed

8 files changed

+11
-5
lines changed

google_api_availability/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Updated example project Gradle build versions.
44
* Updated Android package to version 1.1.0 (Flutter 3.29.0 support)
55
* Removed codecov from workflow (ratelimits)
6+
* Fixed publishing warning and updated Dart SDK dependency from '>=2.15.0 <3.0.0' to '^3.5.0'.
67

78
## 5.0.0
89

google_api_availability/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.15.0 <3.0.0"
7+
sdk: ^3.5.0
88

99
dependencies:
1010
flutter:

google_api_availability/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 5.0.1
44
homepage: https://github.com/baseflowit/flutter-google-api-availability
55

66
environment:
7-
sdk: '>=2.15.0 <3.0.0'
7+
sdk: ^3.5.0
88
flutter: ">=2.8.1"
99

1010
dependencies:

google_api_availability_android/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Updates gradle version from 8.1.0 to 8.10.2
44
* Updates android.application version from 8.1.0 to 8.7.0
5+
* Fixed publishing warning and updated Dart SDK dependency from '>=2.15.0 <3.0.0' to '^3.5.0'.
56

67
## 1.1.0
78

google_api_availability_android/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.15.0 <3.0.0"
7+
sdk: ^3.5.0
88

99
dependencies:
1010
flutter:

google_api_availability_android/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dev_dependencies:
2626
mockito: ^5.3.2
2727

2828
environment:
29-
sdk: ">=2.15.0 <3.0.0"
29+
sdk: ^3.5.0
3030
flutter: ">=2.8.0"

google_api_availability_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## next
2+
3+
* Fixed publishing warning and updated Dart SDK dependency from '>=2.15.0 <3.0.0' to '^3.5.0'.
4+
15
## 1.0.1
26

37
* Adds `removeInstance` to `GoogleApiAvailabilityPlatform` for testing purposes.

google_api_availability_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dev_dependencies:
1818
mockito: ^5.3.2
1919

2020
environment:
21-
sdk: ">=2.15.0 <3.0.0"
21+
sdk: ^3.5.0
2222
flutter: ">=2.8.0"

0 commit comments

Comments
 (0)