Skip to content

Commit 2a04a59

Browse files
Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 (#840)
Bumps androidx.annotation:annotation from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josef Raska <6277721+jraska@users.noreply.github.com>
1 parent ab1e986 commit 2a04a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core-android-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
}
1010

1111
dependencies {
12-
implementation 'androidx.annotation:annotation:1.5.0'
12+
implementation 'androidx.annotation:annotation:1.6.0'
1313
implementation 'androidx.core:core:1.9.0'
1414
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
1515
implementation 'androidx.fragment:fragment:1.5.5'

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020

2121
implementation 'androidx.appcompat:appcompat:1.6.1'
2222
implementation 'androidx.core:core:1.9.0'
23-
implementation 'androidx.annotation:annotation:1.5.0'
23+
implementation 'androidx.annotation:annotation:1.6.0'
2424
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
2525
implementation 'org.threeten:threetenbp:1.5.1:no-tzdb'
2626

0 commit comments

Comments
 (0)