Bump dependencies

(cherry picked from commit 5732fc61e8f3bfe9836d5f34530021a1af0589bd)
This commit is contained in:
arkon 2022-08-26 09:21:30 -04:00 committed by Jobobby04
parent 66cb3c03b8
commit cc1e47eb30
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ accompanist = "0.25.1"
material3 = "1.0.0-beta01" material3 = "1.0.0-beta01"
[libraries] [libraries]
activity = "androidx.activity:activity-compose:1.6.0-beta01" activity = "androidx.activity:activity-compose:1.6.0-rc01"
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" } foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" } animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
animation-graphics = { module = "androidx.compose.animation:animation-graphics", version.ref = "compose" } animation-graphics = { module = "androidx.compose.animation:animation-graphics", version.ref = "compose" }

View File

@ -33,7 +33,7 @@ disklrucache = "com.jakewharton:disklrucache:2.0.2"
unifile = "com.github.tachiyomiorg:unifile:17bec43" unifile = "com.github.tachiyomiorg:unifile:17bec43"
junrar = "com.github.junrar:junrar:7.5.3" junrar = "com.github.junrar:junrar:7.5.3"
sqlitektx = "androidx.sqlite:sqlite-ktx:2.3.0-alpha04" sqlitektx = "androidx.sqlite:sqlite-ktx:2.3.0-alpha05"
sqlite-android = "com.github.requery:sqlite-android:3.36.0" sqlite-android = "com.github.requery:sqlite-android:3.36.0"
preferencektx = "androidx.preference:preference-ktx:1.2.0" preferencektx = "androidx.preference:preference-ktx:1.2.0"