Update dependencies
This commit is contained in:
parent
45a19ce95e
commit
3a09338779
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="KotlinJpsPluginSettings">
|
<component name="KotlinJpsPluginSettings">
|
||||||
<option name="version" value="2.0.21" />
|
<option name="version" value="2.1.10" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@ -13,26 +13,26 @@ gradle = "8.1.2"
|
|||||||
android-gradle-plugin = "8.2.2"
|
android-gradle-plugin = "8.2.2"
|
||||||
ksp-gradle-plugin = "2.0.21-1.0.25"
|
ksp-gradle-plugin = "2.0.21-1.0.25"
|
||||||
|
|
||||||
kotlin = "2.0.21"
|
kotlin = "2.1.10"
|
||||||
kotlinx-coroutines = "1.8.1"
|
kotlinx-coroutines = "1.9.0"
|
||||||
kotlinx-immutable = "0.3.5"
|
kotlinx-immutable = "0.3.5"
|
||||||
kotlinx-serialization = "1.7.2"
|
kotlinx-serialization = "1.8.0"
|
||||||
|
|
||||||
jetbrains-markdown = "0.5.2"
|
jetbrains-markdown = "0.7.3"
|
||||||
|
|
||||||
androidx-compose = "1.8.0-alpha05"
|
androidx-compose = "1.8.0-beta01"
|
||||||
androidx-compose-material3 = "1.4.0-alpha04"
|
androidx-compose-material3 = "1.4.0-alpha07"
|
||||||
androidx-compose-materialicons = "1.7.5"
|
androidx-compose-materialicons = "1.7.7"
|
||||||
androidx-lifecycle = "2.8.7"
|
androidx-lifecycle = "2.8.7"
|
||||||
androidx-core = "1.15.0"
|
androidx-core = "1.15.0"
|
||||||
androidx-appcompat = "1.7.0"
|
androidx-appcompat = "1.7.0"
|
||||||
androidx-activity = "1.9.3"
|
androidx-activity = "1.10.0"
|
||||||
androidx-work = "2.9.0"
|
androidx-work = "2.9.0"
|
||||||
androidx-browser = "1.8.0"
|
androidx-browser = "1.8.0"
|
||||||
androidx-palette = "1.0.0"
|
androidx-palette = "1.0.0"
|
||||||
androidx-media2 = "1.3.0"
|
androidx-media2 = "1.3.0"
|
||||||
androidx-room = "2.6.1"
|
androidx-room = "2.6.1"
|
||||||
androidx-constraint-layout = "1.1.0-rc01"
|
androidx-constraint-layout = "1.1.0"
|
||||||
androidx-emojipicker = "1.5.0"
|
androidx-emojipicker = "1.5.0"
|
||||||
|
|
||||||
accompanist = "0.33.2-alpha"
|
accompanist = "0.33.2-alpha"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user