Skip to content

Commit 68688c8

Browse files
[dependabot]: Bump the androidx group across 3 directories with 1 update
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 --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11a9fa8 commit 68688c8

File tree

3 files changed

+3
-3
lines changed
  • packages

3 files changed

+3
-3
lines changed

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/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/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'

0 commit comments

Comments
 (0)