Update libraries, add predictive back in settings

This commit is contained in:
MM20
2024-04-12 00:15:32 +02:00
parent b82ecb7f2a
commit 3008849b15
6 changed files with 14 additions and 11 deletions
+3 -3
View File
@@ -17,8 +17,8 @@ kotlinx-serialization = "1.6.3"
jetbrains-markdown = "0.5.2"
androidx-compose = "1.7.0-alpha05"
androidx-compose-material3 = "1.3.0-alpha03"
androidx-compose = "1.7.0-alpha06"
androidx-compose-material3 = "1.3.0-alpha04"
androidx-compose-compiler = "1.5.11"
androidx-lifecycle = "2.7.0"
androidx-core = "1.12.0"
@@ -95,7 +95,7 @@ androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterfa
androidx-securitycrypto = { group = "androidx.security", name = "security-crypto", version = "1.1.0-alpha03" }
androidx-datastore = { group = "androidx.datastore", name = "datastore", version = "1.0.0" }
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version = "2.7.7" }
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version = "2.8.0-alpha06" }
materialcomponents-core = { group = "com.google.android.material", name = "material", version = "1.11.0" }
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0" }