File tree Expand file tree Collapse file tree 6 files changed +14
-7
lines changed
google_api_availability_android Expand file tree Collapse file tree 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+
16## 1.1.0
27
38 * Fixes compile errors for Flutter 3.29.0 (and above)
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 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
2222}
2323
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
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 {
1818
1919 plugins {
2020 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
2222 }
2323
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.
33repository : 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.1.0
6+ version : 1.1.1
77
88flutter :
99 plugin :
You can’t perform that action at this time.
0 commit comments