Skip to content

Commit 08584f0

Browse files
Bump androidx.annotation:annotation from 1.9.1 to 1.10.0
Bumps androidx.annotation:annotation from 1.9.1 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3cd3a76 commit 08584f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chartLib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
}
4444

4545
dependencies {
46-
implementation("androidx.annotation:annotation:1.9.1")
46+
implementation("androidx.annotation:annotation:1.10.0")
4747
implementation("androidx.core:core:1.18.0")
4848
implementation("androidx.activity:activity-ktx:1.13.0")
4949
implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4")

chartLibCompose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation("androidx.annotation:annotation:1.9.1")
48+
implementation("androidx.annotation:annotation:1.10.0")
4949
implementation("androidx.core:core:1.18.0")
5050
implementation("androidx.activity:activity-ktx:1.13.0")
5151
implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4")

0 commit comments

Comments
 (0)