Skip to content

Commit

Permalink
Update a bunch of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Apr 15, 2024
1 parent b15b67a commit e5f36c6
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,29 @@ androidxActivity = "1.8.2"
androidxAppCompat = "1.6.1"
androidxLifecycle = "2.7.0"
apollo = "4.0.0-beta.5"
compose = "1.6.3"
compose = "1.6.5"
android-gradle-plugin = "8.2.2"
compose-compiler = "1.5.11"
kotlin = "1.9.23"
material3 = "1.2.0"
coroutines = "1.8.0"
material3 = "1.2.1"
google-services-plugin = "4.4.1"
crashlytics-plugin = "2.9.9"
moko = "0.24.0-alpha-5"
moko-graphics = "0.9.0"
compose-mp = "1.6.1"
datastore = "1.1.0-beta02"
datastore = "1.1.0-rc01"
skie = "0.6.2"
firebase = "1.11.1"
koin = "3.5.3"
firebase = "1.12.0"
koin = "3.5.6"
precompose = "1.6.0"
compose-plugin = "1.6.1"
image-loader = "1.7.8"
pullrefresh = "1.3.0"
androidx-wear-compose = "1.3.0"
androidx-wear-compose = "1.3.1"
playServicesWearable = "18.1.0"
compose-ui-tooling = "1.3.0"
horologist = "0.6.5"
compose-ui-tooling = "1.3.1"
horologist = "0.6.8"

[libraries]
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
Expand All @@ -39,35 +40,35 @@ apollo-normalized-cache = { module = "com.apollographql.apollo3:apollo-normalize
apollo-normalized-cache-sqlite = { module = "com.apollographql.apollo3:apollo-normalized-cache-sqlite" }
apollo-runtime = { module = "com.apollographql.apollo3:apollo-runtime" }
shared-preferences = "androidx.preference:preference:1.2.1"
coil-compose = "io.coil-kt:coil-compose:2.5.0"
coil-compose = "io.coil-kt:coil-compose:2.6.0"
qdsfdhvh-imageloader = { module = "io.github.qdsfdhvh:image-loader", version.ref = "image-loader" }
compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
compose-material = { group = "androidx.compose.material", name = "material", version.ref = "compose" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
espresso-core = "androidx.test.espresso:espresso-core:3.5.0"
espresso-core = "androidx.test.espresso:espresso-core:3.5.1"
firebase-analytics-ktx = { module = "com.google.firebase:firebase-analytics-ktx" }
firebase-auth-ktx = { module = "com.google.firebase:firebase-auth-ktx" }
firebase-bom = "com.google.firebase:firebase-bom:32.7.2"
firebase-bom = "com.google.firebase:firebase-bom:32.8.1"
firebase-crashlytics-ktx = { module = "com.google.firebase:firebase-crashlytics-ktx" }
firebase-inappmessaging = { module = "com.google.firebase:firebase-inappmessaging-display-ktx" }
firebase-messaging = { module = "com.google.firebase:firebase-messaging" }
google-services = "com.google.gms:google-services:4.4.1"
graphql-kotlin-spring-server = "com.expediagroup:graphql-kotlin-spring-server:6.4.0"
graphql-kotlin-spring-server = "com.expediagroup:graphql-kotlin-spring-server:7.0.2"
junit = "junit:junit:4.13.2"
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
kotlinx-coroutines-play-services = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3"
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "coroutines" }
kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0"
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0"
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"
lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0"
material = "com.google.android.material:material:1.11.0"
navigation-compose = "androidx.navigation:navigation-compose:2.7.7"
openfeedback-m3 = "io.openfeedback:openfeedback-m3:0.2.2"
play-services-auth = "com.google.android.gms:play-services-auth:20.7.0"
play-services-auth = "com.google.android.gms:play-services-auth:21.0.0"
moko-resources = { module = "dev.icerock.moko:resources", version.ref = "moko" }
moko-compose = { module = "dev.icerock.moko:resources-compose", version.ref = "moko" }
moko-graphics = { module = "dev.icerock.moko:graphics", version.ref = "moko-graphics" }
Expand Down

0 comments on commit e5f36c6

Please sign in to comment.