From b97383ebdf22f03644bfe493d8acfb074c9bc132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Pelgr=C3=B6m?= Date: Fri, 3 Mar 2023 20:49:18 +0100 Subject: [PATCH] Google dependency bumps (#3393) * Google dependency bumps * kotlinCompilerExtensionVersion --- app/build.gradle.kts | 18 +++++++++--------- wear/build.gradle.kts | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 63e5744a7..bc5025e39 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -44,7 +44,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = "1.4.2" + kotlinCompilerExtensionVersion = "1.4.3" } kotlinOptions { @@ -168,8 +168,8 @@ dependencies { "fullImplementation"("com.google.android.gms:play-services-location:21.0.1") "fullImplementation"("com.google.android.gms:play-services-home:16.0.0") - "fullImplementation"("com.google.android.gms:play-services-threadnetwork:16.0.0-beta02") - "fullImplementation"(platform("com.google.firebase:firebase-bom:31.2.2")) + "fullImplementation"("com.google.android.gms:play-services-threadnetwork:16.0.0") + "fullImplementation"(platform("com.google.firebase:firebase-bom:31.2.3")) "fullImplementation"("com.google.firebase:firebase-messaging") "fullImplementation"("io.sentry:sentry-android:6.15.0") "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") @@ -179,18 +179,18 @@ dependencies { implementation("androidx.biometric:biometric:1.1.0") implementation("androidx.webkit:webkit:1.6.0") - implementation("com.google.android.exoplayer:exoplayer-core:2.18.2") - implementation("com.google.android.exoplayer:exoplayer-hls:2.18.2") - implementation("com.google.android.exoplayer:exoplayer-ui:2.18.2") - "fullImplementation"("com.google.android.exoplayer:extension-cronet:2.18.2") - "minimalImplementation"("com.google.android.exoplayer:extension-cronet:2.18.2") { + implementation("com.google.android.exoplayer:exoplayer-core:2.18.3") + implementation("com.google.android.exoplayer:exoplayer-hls:2.18.3") + implementation("com.google.android.exoplayer:exoplayer-ui:2.18.3") + "fullImplementation"("com.google.android.exoplayer:extension-cronet:2.18.3") + "minimalImplementation"("com.google.android.exoplayer:extension-cronet:2.18.3") { exclude(group = "com.google.android.gms", module = "play-services-cronet") } "minimalImplementation"("org.chromium.net:cronet-embedded:108.5359.79") implementation(platform("androidx.compose:compose-bom:2023.01.00")) implementation("androidx.compose.animation:animation") - implementation("androidx.compose.compiler:compiler:1.4.2") + implementation("androidx.compose.compiler:compiler:1.4.3") implementation("androidx.compose.foundation:foundation") implementation("androidx.compose.material:material") implementation("androidx.compose.material:material-icons-core") diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index 34471cae7..d6b185369 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -35,7 +35,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = "1.4.2" + kotlinCompilerExtensionVersion = "1.4.3" } compileOptions { @@ -114,7 +114,7 @@ dependencies { implementation("androidx.activity:activity-ktx:1.6.1") implementation("androidx.activity:activity-compose:1.6.1") - implementation("androidx.compose.compiler:compiler:1.4.2") + implementation("androidx.compose.compiler:compiler:1.4.3") implementation(platform("androidx.compose:compose-bom:2023.01.00")) implementation("androidx.compose.foundation:foundation") implementation("androidx.compose.ui:ui-tooling")