Update libraries

This commit is contained in:
MM20 2024-02-20 21:35:44 +01:00
parent 6d93731bfd
commit 1e17e93301
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -13,12 +13,12 @@ ksp-gradle-plugin = "1.9.0-1.0.13"
kotlin = "1.9.22"
kotlinx-coroutines = "1.7.3"
kotlinx-immutable = "0.3.5"
kotlinx-serialization = "1.5.1"
kotlinx-serialization = "1.6.2"
jetbrains-markdown = "0.4.1"
androidx-compose = "1.7.0-alpha01"
androidx-compose-material3 = "1.2.0-rc01"
androidx-compose = "1.7.0-alpha02"
androidx-compose-material3 = "1.2.0"
androidx-compose-compiler = "1.5.8"
androidx-lifecycle = "2.7.0"
androidx-core = "1.12.0"
@ -35,7 +35,7 @@ coil = "2.3.0"
koin = "3.2.0"
protobuf = "3.14.0"
retrofit = "2.9.0"
junit = "4.13"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
@ -89,15 +89,15 @@ accompanist-pagerindicators = { group = "com.google.accompanist", name = "accomp
accompanist-flowlayout = { group = "com.google.accompanist", name = "accompanist-flowlayout", version.ref = "accompanist" }
accompanist-navigationanimation = { group = "com.google.accompanist", name = "accompanist-navigation-animation", version.ref = "accompanist" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.1.3" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.1.4" }
androidx-transition = { group = "androidx.transition", name = "transition", version = "1.4.1" }
androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterface", version = "1.3.3" }
androidx-securitycrypto = { group = "androidx.security", name = "security-crypto", version = "1.1.0-alpha03" }
androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterface", version = "1.3.7" }
androidx-securitycrypto = { group = "androidx.security", name = "security-crypto", version = "1.1.0-alpha06" }
androidx-datastore = { group = "androidx.datastore", name = "datastore", version = "1.0.0" }
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version = "2.6.0-alpha09" }
materialcomponents-core = { group = "com.google.android.material", name = "material", version = "1.8.0-alpha01" }
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.10.0" }
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version = "2.7.7" }
materialcomponents-core = { group = "com.google.android.material", name = "material", version = "1.11.0" }
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0" }
retrofit-core = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
retrofit-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit" }