Bump dependencies

This commit is contained in:
arkon 2022-06-04 16:15:02 -04:00
parent 7fdbf40cd2
commit e3f8aedd5a
4 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
object AndroidConfig {
const val compileSdk = 31
const val compileSdk = 32
const val minSdk = 23
const val targetSdk = 29
const val ndk = "22.1.7171670"

View File

@ -3,12 +3,12 @@ agp_version = "7.2.1"
lifecycle_version = "2.5.0-rc01"
[libraries]
annotation = "androidx.annotation:annotation:1.4.0-beta01"
appcompat = "androidx.appcompat:appcompat:1.4.1"
annotation = "androidx.annotation:annotation:1.4.0-rc01"
appcompat = "androidx.appcompat:appcompat:1.4.2"
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-rc02"
corektx = "androidx.core:core-ktx:1.8.0"
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02"
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
@ -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-alpha14"
paging-compose = "androidx.paging:paging-compose:1.0.0-alpha15"
sqlite = "androidx.sqlite:sqlite-framework:2.2.0"

View File

@ -1,6 +1,6 @@
[versions]
compose = "1.2.0-beta02"
accompanist = "0.24.9-beta"
compose = "1.2.0-beta03"
accompanist = "0.24.10-beta"
[libraries]
activity = "androidx.activity:activity-compose:1.6.0-alpha03"
@ -9,7 +9,7 @@ animation = { module = "androidx.compose.animation:animation", version.ref="comp
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref="compose" }
ui-util = { module = "androidx.compose.ui:ui-util", version.ref="compose" }
material3-core = "androidx.compose.material3:material3:1.0.0-alpha12"
material3-core = "androidx.compose.material3:material3:1.0.0-alpha13"
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.10"
material-icons = { module = "androidx.compose.material:material-icons-extended", 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.1"
junrar = "com.github.junrar:junrar:7.5.2"
sqlitektx = "androidx.sqlite:sqlite-ktx:2.3.0-alpha02"
sqlite-android = "com.github.requery:sqlite-android:3.36.0"