mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 18:57:26 +01:00
Update Kotlin and Compose
This commit is contained in:
parent
0b77b78f6a
commit
2752540330
@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
compose = "1.2.0-alpha07"
|
||||
accompanist = "0.24.6-alpha"
|
||||
compose = "1.2.0-alpha08"
|
||||
accompanist = "0.24.7-alpha"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.6.0-alpha01"
|
||||
@ -8,8 +8,8 @@ foundation = { module = "androidx.compose.foundation:foundation", version.ref="c
|
||||
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-alpha09"
|
||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.6"
|
||||
material3-core = "androidx.compose.material3:material3:1.0.0-alpha10"
|
||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.7"
|
||||
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref="compose" }
|
||||
|
||||
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref="accompanist" }
|
@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
kotlin_version = "1.6.10"
|
||||
kotlin_version = "1.6.20"
|
||||
coroutines_version = "1.6.1"
|
||||
serialization_version = "1.3.2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user