Bump dependencies

This commit is contained in:
arkon 2022-08-10 22:54:19 -04:00
parent b0da0753d9
commit 24e64f52e2
3 changed files with 9 additions and 9 deletions

View File

@ -4,15 +4,15 @@ lifecycle_version = "2.5.1"
[libraries]
annotation = "androidx.annotation:annotation:1.4.0"
appcompat = "androidx.appcompat:appcompat:1.4.2"
appcompat = "androidx.appcompat:appcompat:1.5.0"
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
corektx = "androidx.core:core-ktx:1.8.0"
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-beta01"
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-beta02"
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
glance = "androidx.glance:glance-appwidget:1.0.0-alpha03"
glance = "androidx.glance:glance-appwidget:1.0.0-alpha04"
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle_version" }
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
@ -22,7 +22,7 @@ work-runtime = "androidx.work:work-runtime-ktx:2.6.0"
guava = "com.google.guava:guava:31.1-android"
paging-runtime = "androidx.paging:paging-runtime:3.1.1"
paging-compose = "androidx.paging:paging-compose:1.0.0-alpha15"
paging-compose = "androidx.paging:paging-compose:1.0.0-alpha16"
sqlite = "androidx.sqlite:sqlite-framework:2.2.0"

View File

@ -1,11 +1,11 @@
[versions]
compiler = "1.3.0-rc02"
compose = "1.2.0"
accompanist = "0.25.0"
material3 = "1.0.0-alpha15"
compose = "1.2.1"
accompanist = "0.25.1"
material3 = "1.0.0-alpha16"
[libraries]
activity = "androidx.activity:activity-compose:1.6.0-alpha05"
activity = "androidx.activity:activity-compose:1.6.0-beta01"
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
animation-graphics = { module = "androidx.compose.animation:animation-graphics", version.ref = "compose" }

View File

@ -35,7 +35,7 @@ jsoup = "org.jsoup:jsoup:1.14.3"
disklrucache = "com.jakewharton:disklrucache:2.0.2"
unifile = "com.github.tachiyomiorg:unifile:17bec43"
junrar = "com.github.junrar:junrar:7.5.2"
junrar = "com.github.junrar:junrar:7.5.3"
sqlitektx = "androidx.sqlite:sqlite-ktx:2.3.0-alpha03"
sqlite-android = "com.github.requery:sqlite-android:3.36.0"