Skip to content

Commit db008e0

Browse files
[dependabot]: Bump the androidx group across 3 directories with 1 update (#8329)
Bumps the androidx group with 1 update in the /packages/google_maps_flutter/google_maps_flutter_android/android directory: androidx.annotation:annotation. Bumps the androidx group with 1 update in the /packages/image_picker/image_picker_android/android directory: androidx.annotation:annotation. Bumps the androidx group with 1 update in the /packages/in_app_purchase/in_app_purchase_android/android directory: androidx.annotation:annotation. Updates `androidx.annotation:annotation` from 1.7.0 to 1.9.1 Updates `androidx.annotation:annotation` from 1.9.0 to 1.9.1 Updates `androidx.annotation:annotation` from 1.9.0 to 1.9.1 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
1 parent 0c4eabe commit db008e0

File tree

9 files changed

+18
-6
lines changed

9 files changed

+18
-6
lines changed

packages/google_maps_flutter/google_maps_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.14.12
2+
3+
* Updates androidx.annotation:annotation to 1.9.1.
4+
15
## 2.14.11
26

37
* Updates internal Pigeon API to use newer features.

packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
implementation "androidx.annotation:annotation:1.7.0"
39+
implementation "androidx.annotation:annotation:1.9.1"
4040
implementation 'com.google.android.gms:play-services-maps:18.2.0'
4141
implementation 'com.google.maps.android:android-maps-utils:3.6.0'
4242
androidTestImplementation 'androidx.test:runner:1.2.0'

packages/google_maps_flutter/google_maps_flutter_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_maps_flutter_android
22
description: Android implementation of the google_maps_flutter plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5-
version: 2.14.11
5+
version: 2.14.12
66

77
environment:
88
sdk: ^3.5.0

packages/image_picker/image_picker_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.12+20
2+
3+
* Updates androidx.annotation:annotation to 1.9.1.
4+
15
## 0.8.12+19
26

37
* Updates androidx.activity:activity to 1.9.3.

packages/image_picker/image_picker_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737
dependencies {
3838
implementation 'androidx.core:core:1.13.1'
39-
implementation 'androidx.annotation:annotation:1.9.0'
39+
implementation 'androidx.annotation:annotation:1.9.1'
4040
implementation 'androidx.exifinterface:exifinterface:1.3.7'
4141
implementation 'androidx.activity:activity:1.9.3'
4242

packages/image_picker/image_picker_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: image_picker_android
22
description: Android implementation of the image_picker plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5-
version: 0.8.12+19
5+
version: 0.8.12+20
66

77
environment:
88
sdk: ^3.5.0

packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.6+13
2+
3+
* Updates androidx.annotation:annotation to 1.9.1.
4+
15
## 0.3.6+12
26

37
* Updates README to remove contributor-focused documentation.

packages/in_app_purchase/in_app_purchase_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ android {
5959
}
6060

6161
dependencies {
62-
implementation 'androidx.annotation:annotation:1.9.0'
62+
implementation 'androidx.annotation:annotation:1.9.1'
6363
implementation 'com.android.billingclient:billing:6.2.0'
6464
testImplementation 'junit:junit:4.13.2'
6565
testImplementation 'org.json:json:20240303'

packages/in_app_purchase/in_app_purchase_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: in_app_purchase_android
22
description: An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
33
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5-
version: 0.3.6+12
5+
version: 0.3.6+13
66

77
environment:
88
sdk: ^3.5.0

0 commit comments

Comments
 (0)