feat: update dependency
Some checks failed
Build-Apk / build (push) Has been cancelled

This commit is contained in:
lisonge 2024-06-14 22:22:19 +08:00
parent 0ad0e1d9e7
commit e5a2f44521

View File

@ -6,7 +6,7 @@ targetSdk = "34"
buildToolsVersion = "34.0.0"
minSdk = "26"
android = "8.4.2"
compose = "1.6.7"
compose = "1.6.8"
rikka = "4.4.0"
room = "2.6.1"
paging = "3.3.0"
@ -39,7 +39,7 @@ others_jankson = { module = "blue.endless:jankson", version = "1.2.3" }
others_floating_bubble_view = { module = "io.github.torrydo:floating-bubble-view", version = "0.6.5" }
androidx_appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
androidx_core_ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
androidx_lifecycle_runtime_ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.1" }
androidx_lifecycle_runtime_ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.2" }
androidx_junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
androidx_espresso = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
androidx_room_runtime = { module = "androidx.room:room-runtime", version.ref = "room" }