mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 14:09:17 +01:00
Bump dependencies
This commit is contained in:
parent
395a840fc4
commit
f4e344f686
@ -3,12 +3,12 @@ agp_version = "7.2.0"
|
|||||||
lifecycle_version = "2.5.0-rc01"
|
lifecycle_version = "2.5.0-rc01"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
annotation = "androidx.annotation:annotation:1.4.0-alpha02"
|
annotation = "androidx.annotation:annotation:1.4.0-beta01"
|
||||||
appcompat = "androidx.appcompat:appcompat:1.4.1"
|
appcompat = "androidx.appcompat:appcompat:1.4.1"
|
||||||
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
||||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
|
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
|
||||||
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||||
corektx = "androidx.core:core-ktx:1.8.0-rc01"
|
corektx = "androidx.core:core-ktx:1.8.0-rc02"
|
||||||
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
||||||
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02"
|
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02"
|
||||||
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[versions]
|
[versions]
|
||||||
compose = "1.2.0-beta01"
|
compose = "1.2.0-beta02"
|
||||||
accompanist = "0.24.8-beta"
|
accompanist = "0.24.9-beta"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
activity = "androidx.activity:activity-compose:1.6.0-alpha03"
|
activity = "androidx.activity:activity-compose:1.6.0-alpha03"
|
||||||
@ -8,7 +8,7 @@ foundation = { module = "androidx.compose.foundation:foundation", version.ref="c
|
|||||||
animation = { module = "androidx.compose.animation:animation", version.ref="compose" }
|
animation = { module = "androidx.compose.animation:animation", version.ref="compose" }
|
||||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref="compose" }
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref="compose" }
|
||||||
|
|
||||||
material3-core = "androidx.compose.material3:material3:1.0.0-alpha11"
|
material3-core = "androidx.compose.material3:material3:1.0.0-alpha12"
|
||||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.9"
|
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.9"
|
||||||
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref="compose" }
|
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref="compose" }
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
aboutlib_version = "10.2.0"
|
aboutlib_version = "10.2.0"
|
||||||
okhttp_version = "4.9.3"
|
okhttp_version = "4.9.3"
|
||||||
nucleus_version = "3.0.0"
|
nucleus_version = "3.0.0"
|
||||||
coil_version = "2.0.0"
|
coil_version = "2.1.0"
|
||||||
conductor_version = "3.1.4"
|
conductor_version = "3.1.4"
|
||||||
flowbinding_version = "1.2.0"
|
flowbinding_version = "1.2.0"
|
||||||
shizuku_version = "12.1.0"
|
shizuku_version = "12.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user