Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions firebase-dataconnect/demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import java.nio.charset.StandardCharsets

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

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

// The following code in this "dependencies" block can be omitted from customer
Expand Down
Loading