Skip to content

Commit 768ba95

Browse files
Android gradle updates for Android package. (#60)
* Android gradle updates for Android package. * Update google_api_availability_android/android/settings.gradle Co-authored-by: Maurits van Beusekom <[email protected]> * Update google_api_availability_android/example/android/settings.gradle Co-authored-by: Maurits van Beusekom <[email protected]> --------- Co-authored-by: Maurits van Beusekom <[email protected]>
1 parent ce464ab commit 768ba95

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

google_api_availability_android/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

google_api_availability_android/android/settings.gradle

+3-2
Original file line numberDiff line numberDiff 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+

google_api_availability_android/example/android/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

google_api_availability_android/example/android/settings.gradle

+3-2
Original file line numberDiff line numberDiff 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+

google_api_availability_android/pubspec.yaml

+1-1
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.1.0
6+
version: 1.1.1
77

88
flutter:
99
plugin:

0 commit comments

Comments
 (0)