Skip to content

Commit

Permalink
Fix build err since deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Dec 19, 2024
1 parent cfbaf5d commit b9be306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@

<string name="pref_title_config_template_category">配置模板</string>
<string name="pref_action_create_new_config_template">新建模板</string>
<string name="pref_action_edit_or_view_config_template">查看&修改</string>
<string name="pref_action_edit_or_view_config_template">查看&amp;修改</string>
<string name="pref_action_delete_config_template">刪除</string>
<string name="pref_action_apply_config_template">應用程式模板配置</string>

Expand Down
4 changes: 2 additions & 2 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lottie = "6.6.2"
core-ktx = "1.15.0"
core-splashscreen = "1.0.1"
datastore-preferences = "1.1.1"
kotlin = "2.1.0"
kotlin = "2.0.21"
kotlinx-coroutines = "1.9.0"
kotlin-reflect = "2.1.0"
kotlinx-serialization-json-jvm = "1.7.3"
Expand All @@ -63,7 +63,7 @@ mockk = "1.13.13"
navigation-compose = "2.8.5"
glide = "4.16.0"
okhttp = "4.12.0"
dagger = "2.53.1"
dagger = "2.52"
protobuf-java = "3.25.3"
retrofit = "2.11.0"
room = "2.6.1"
Expand Down

0 comments on commit b9be306

Please sign in to comment.