mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 08:17:49 +01:00
Bump dependencies
This commit is contained in:
parent
3f34fa1f58
commit
6ad6dae191
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
[versions]
|
||||
compiler = "1.3.2"
|
||||
compiler = "1.4.0-alpha02"
|
||||
compose-bom = "2022.11.00"
|
||||
accompanist = "0.27.0"
|
||||
accompanist = "0.27.1"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.6.1"
|
||||
|
@ -13,7 +13,7 @@ ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|||
ui-util = { module = "androidx.compose.ui:ui-util" }
|
||||
|
||||
material3-core = { module = "androidx.compose.material3:material3" }
|
||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.21"
|
||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.1.0"
|
||||
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
||||
|
||||
# Here until M3's swipeable became public https://issuetracker.google.com/issues/234640556
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
kotlin_version = "1.7.20"
|
||||
kotlin_version = "1.7.21"
|
||||
serialization_version = "1.4.0"
|
||||
xml_serialization_version = "0.84.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue