Skip to content

Commit

Permalink
feat: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jun 14, 2024
1 parent 0ad0e1d commit e5a2f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit e5a2f44

Please sign in to comment.