diff --git a/app-catalog/dependencies/releaseRuntimeClasspath.txt b/app-catalog/dependencies/releaseRuntimeClasspath.txt index 6204399e..38e2a265 100644 --- a/app-catalog/dependencies/releaseRuntimeClasspath.txt +++ b/app-catalog/dependencies/releaseRuntimeClasspath.txt @@ -2,8 +2,8 @@ androidx.activity:activity-compose:1.9.3 androidx.activity:activity-ktx:1.9.3 androidx.activity:activity:1.9.3 androidx.annotation:annotation-experimental:1.4.1 -androidx.annotation:annotation-jvm:1.9.0 -androidx.annotation:annotation:1.9.0 +androidx.annotation:annotation-jvm:1.9.1 +androidx.annotation:annotation:1.9.1 androidx.appcompat:appcompat-resources:1.7.0 androidx.appcompat:appcompat:1.7.0 androidx.arch.core:core-common:2.2.0 diff --git a/app/dependencies/CanaryReleaseRuntimeClasspath.txt b/app/dependencies/CanaryReleaseRuntimeClasspath.txt index a4647861..74516257 100644 --- a/app/dependencies/CanaryReleaseRuntimeClasspath.txt +++ b/app/dependencies/CanaryReleaseRuntimeClasspath.txt @@ -2,8 +2,8 @@ androidx.activity:activity-compose:1.9.3 androidx.activity:activity-ktx:1.9.3 androidx.activity:activity:1.9.3 androidx.annotation:annotation-experimental:1.4.1 -androidx.annotation:annotation-jvm:1.9.0 -androidx.annotation:annotation:1.9.0 +androidx.annotation:annotation-jvm:1.9.1 +androidx.annotation:annotation:1.9.1 androidx.appcompat:appcompat-resources:1.7.0 androidx.appcompat:appcompat:1.7.0 androidx.arch.core:core-common:2.2.0 diff --git a/app/dependencies/OfflineReleaseRuntimeClasspath.txt b/app/dependencies/OfflineReleaseRuntimeClasspath.txt index a4647861..74516257 100644 --- a/app/dependencies/OfflineReleaseRuntimeClasspath.txt +++ b/app/dependencies/OfflineReleaseRuntimeClasspath.txt @@ -2,8 +2,8 @@ androidx.activity:activity-compose:1.9.3 androidx.activity:activity-ktx:1.9.3 androidx.activity:activity:1.9.3 androidx.annotation:annotation-experimental:1.4.1 -androidx.annotation:annotation-jvm:1.9.0 -androidx.annotation:annotation:1.9.0 +androidx.annotation:annotation-jvm:1.9.1 +androidx.annotation:annotation:1.9.1 androidx.appcompat:appcompat-resources:1.7.0 androidx.appcompat:appcompat:1.7.0 androidx.arch.core:core-common:2.2.0 diff --git a/app/dependencies/OnlineReleaseRuntimeClasspath.txt b/app/dependencies/OnlineReleaseRuntimeClasspath.txt index a4647861..74516257 100644 --- a/app/dependencies/OnlineReleaseRuntimeClasspath.txt +++ b/app/dependencies/OnlineReleaseRuntimeClasspath.txt @@ -2,8 +2,8 @@ androidx.activity:activity-compose:1.9.3 androidx.activity:activity-ktx:1.9.3 androidx.activity:activity:1.9.3 androidx.annotation:annotation-experimental:1.4.1 -androidx.annotation:annotation-jvm:1.9.0 -androidx.annotation:annotation:1.9.0 +androidx.annotation:annotation-jvm:1.9.1 +androidx.annotation:annotation:1.9.1 androidx.appcompat:appcompat-resources:1.7.0 androidx.appcompat:appcompat:1.7.0 androidx.arch.core:core-common:2.2.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f33a7c7b..a32f49cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -106,7 +106,7 @@ androidx-work = "2.9.1" androidx-datastore = "1.1.1" # Annotation [指南](https://developer.android.google.cn/jetpack/androidx/releases/annotation) # [版本查询](https://mvnrepository.com/artifact/androidx.annotation) -androidx-annotation = "1.9.0" +androidx-annotation = "1.9.1" # DocumentFile [指南](https://developer.android.google.cn/jetpack/androidx/releases/documentfile) # [版本查询](https://mvnrepository.com/artifact/androidx.documentfile) androidx-documentfile = "1.0.1"