mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 12:25:08 +01:00
3e2d7d76b9
* Convert Extension tab to use Compose Co-authored-by: jobobby04 <17078382+jobobby04@users.noreply.github.com> * Review changes Co-authored-by: jobobby04 <17078382+jobobby04@users.noreply.github.com>
16 lines
878 B
TOML
16 lines
878 B
TOML
[versions]
|
|
compose = "1.2.0-beta01"
|
|
accompanist = "0.24.8-beta"
|
|
|
|
[libraries]
|
|
activity = "androidx.activity:activity-compose:1.6.0-alpha03"
|
|
foundation = { module = "androidx.compose.foundation:foundation", version.ref="compose" }
|
|
animation = { module = "androidx.compose.animation:animation", 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-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.9"
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref="compose" }
|
|
|
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref="accompanist" }
|
|
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref="accompanist" } |