mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 00:15:08 +01:00
Use new Compose BOM 2022.10.00 (#8295)
This commit is contained in:
parent
ca06516900
commit
5b3f9e082e
@ -163,6 +163,7 @@ dependencies {
|
||||
implementation(project(":source-api"))
|
||||
|
||||
// Compose
|
||||
implementation(platform(compose.bom))
|
||||
implementation(compose.activity)
|
||||
implementation(compose.foundation)
|
||||
implementation(compose.material3.core)
|
||||
|
@ -1,20 +1,20 @@
|
||||
[versions]
|
||||
compiler = "1.3.2"
|
||||
compose = "1.2.1"
|
||||
accompanist = "0.25.1"
|
||||
material3 = "1.0.0-rc01"
|
||||
compose-bom = "2022.10.00"
|
||||
accompanist = "0.27.0"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.6.0"
|
||||
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" }
|
||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
||||
ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "compose" }
|
||||
bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
foundation = { module = "androidx.compose.foundation:foundation" }
|
||||
animation = { module = "androidx.compose.animation:animation" }
|
||||
animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
|
||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
ui-util = { module = "androidx.compose.ui:ui-util" }
|
||||
|
||||
material3-core = { module = "androidx.compose.material3:material3", version.ref = "material3" }
|
||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.20"
|
||||
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
||||
material3-core = { module = "androidx.compose.material3:material3" }
|
||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.21"
|
||||
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
||||
|
||||
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
||||
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||
|
Loading…
Reference in New Issue
Block a user