File tree 6 files changed +14
-7
lines changed
google_api_availability_android
6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.1
2
+
3
+ * Updates gradle version from 8.1.0 to 8.10.2
4
+ * Updates android.application version from 8.1.0 to 8.7.0
5
+
1
6
## 1.1.0
2
7
3
8
* Fixes compile errors for Flutter 3.29.0 (and above)
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 8.1 .0" apply false
21
+ id " com.android.application" version " 8.7 .0" apply false
22
22
}
23
23
24
- include " :app"
24
+ include " :app"
25
+
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -all.zip
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 8.1 .0" apply false
21
+ id " com.android.application" version " 8.7 .0" apply false
22
22
}
23
23
24
- include " :app"
24
+ include " :app"
25
+
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: An Android implementation for the google_api_availability plugin.
3
3
repository : https://github.com/baseflow/flutter-google-api-availability/tree/main/google_api_availability_android
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 1.1.0
6
+ version : 1.1.1
7
7
8
8
flutter :
9
9
plugin :
You can’t perform that action at this time.
0 commit comments