Skip to content

Commit f2257e4

Browse files
authored
dataconnect: update dependencies in demo app (#6952)
1 parent 24cc366 commit f2257e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

firebase-dataconnect/demo/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ import java.nio.charset.StandardCharsets
1919

2020
plugins {
2121
// Use whichever versions of these dependencies suit your application.
22-
// The versions shown here were the latest versions as of March 05, 2025.
22+
// The versions shown here were the latest versions as of May 09, 2025.
2323
// Note, however, that the version of kotlin("plugin.serialization") _must_,
2424
// in general, match the version of kotlin("android").
25-
id("com.android.application") version "8.9.0"
25+
id("com.android.application") version "8.9.2"
2626
id("com.google.gms.google-services") version "4.4.2"
2727
val kotlinVersion = "2.1.10"
2828
kotlin("android") version kotlinVersion
@@ -35,14 +35,14 @@ plugins {
3535

3636
dependencies {
3737
// Use whichever versions of these dependencies suit your application.
38-
// The versions shown here were the latest versions as of March 05, 2025.
39-
implementation("com.google.firebase:firebase-dataconnect:16.0.0-beta04")
38+
// The versions shown here were the latest versions as of May 09, 2025.
39+
implementation("com.google.firebase:firebase-dataconnect:16.0.1")
4040
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
4141
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1")
4242
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0")
4343
implementation("androidx.appcompat:appcompat:1.7.0")
4444
implementation("androidx.activity:activity-ktx:1.10.1")
45-
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7")
45+
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0")
4646
implementation("com.google.android.material:material:1.12.0")
4747

4848
// The following code in this "dependencies" block can be omitted from customer

0 commit comments

Comments
 (0)