Google dependency bumps (#3393)

* Google dependency bumps

* kotlinCompilerExtensionVersion
This commit is contained in:
Joris Pelgröm 2023-03-03 20:49:18 +01:00 committed by GitHub
parent 231622a0ef
commit b97383ebdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -44,7 +44,7 @@ android {
} }
composeOptions { composeOptions {
kotlinCompilerExtensionVersion = "1.4.2" kotlinCompilerExtensionVersion = "1.4.3"
} }
kotlinOptions { kotlinOptions {
@ -168,8 +168,8 @@ dependencies {
"fullImplementation"("com.google.android.gms:play-services-location:21.0.1") "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-home:16.0.0")
"fullImplementation"("com.google.android.gms:play-services-threadnetwork:16.0.0-beta02") "fullImplementation"("com.google.android.gms:play-services-threadnetwork:16.0.0")
"fullImplementation"(platform("com.google.firebase:firebase-bom:31.2.2")) "fullImplementation"(platform("com.google.firebase:firebase-bom:31.2.3"))
"fullImplementation"("com.google.firebase:firebase-messaging") "fullImplementation"("com.google.firebase:firebase-messaging")
"fullImplementation"("io.sentry:sentry-android:6.15.0") "fullImplementation"("io.sentry:sentry-android:6.15.0")
"fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") "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.biometric:biometric:1.1.0")
implementation("androidx.webkit:webkit:1.6.0") implementation("androidx.webkit:webkit:1.6.0")
implementation("com.google.android.exoplayer:exoplayer-core:2.18.2") implementation("com.google.android.exoplayer:exoplayer-core:2.18.3")
implementation("com.google.android.exoplayer:exoplayer-hls:2.18.2") implementation("com.google.android.exoplayer:exoplayer-hls:2.18.3")
implementation("com.google.android.exoplayer:exoplayer-ui:2.18.2") implementation("com.google.android.exoplayer:exoplayer-ui:2.18.3")
"fullImplementation"("com.google.android.exoplayer:extension-cronet:2.18.2") "fullImplementation"("com.google.android.exoplayer:extension-cronet:2.18.3")
"minimalImplementation"("com.google.android.exoplayer:extension-cronet:2.18.2") { "minimalImplementation"("com.google.android.exoplayer:extension-cronet:2.18.3") {
exclude(group = "com.google.android.gms", module = "play-services-cronet") exclude(group = "com.google.android.gms", module = "play-services-cronet")
} }
"minimalImplementation"("org.chromium.net:cronet-embedded:108.5359.79") "minimalImplementation"("org.chromium.net:cronet-embedded:108.5359.79")
implementation(platform("androidx.compose:compose-bom:2023.01.00")) implementation(platform("androidx.compose:compose-bom:2023.01.00"))
implementation("androidx.compose.animation:animation") 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.foundation:foundation")
implementation("androidx.compose.material:material") implementation("androidx.compose.material:material")
implementation("androidx.compose.material:material-icons-core") implementation("androidx.compose.material:material-icons-core")

View file

@ -35,7 +35,7 @@ android {
} }
composeOptions { composeOptions {
kotlinCompilerExtensionVersion = "1.4.2" kotlinCompilerExtensionVersion = "1.4.3"
} }
compileOptions { compileOptions {
@ -114,7 +114,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.6.1") implementation("androidx.activity:activity-ktx:1.6.1")
implementation("androidx.activity:activity-compose: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(platform("androidx.compose:compose-bom:2023.01.00"))
implementation("androidx.compose.foundation:foundation") implementation("androidx.compose.foundation:foundation")
implementation("androidx.compose.ui:ui-tooling") implementation("androidx.compose.ui:ui-tooling")