@@ -19,10 +19,10 @@ import java.nio.charset.StandardCharsets
19
19
20
20
plugins {
21
21
// Use whichever versions of these dependencies suit your application.
22
- // The versions shown here were the latest versions as of May 09 , 2025.
22
+ // The versions shown here were the latest versions as of June 10 , 2025.
23
23
// Note, however, that the version of kotlin("plugin.serialization") _must_,
24
24
// in general, match the version of kotlin("android").
25
- id(" com.android.application" ) version " 8.9.2 "
25
+ id(" com.android.application" ) version " 8.10.1 "
26
26
id(" com.google.gms.google-services" ) version " 4.4.2"
27
27
val kotlinVersion = " 2.1.10"
28
28
kotlin(" android" ) version kotlinVersion
@@ -35,14 +35,17 @@ plugins {
35
35
36
36
dependencies {
37
37
// Use whichever versions of these dependencies suit your application.
38
- // The versions shown here were the latest versions as of May 09, 2025.
39
- implementation(" com.google.firebase:firebase-dataconnect:16.0.1" )
38
+ // The versions shown here were the latest versions as of June 10, 2025.
39
+
40
+ // Data Connect
41
+ implementation(platform(" com.google.firebase:firebase-bom:33.15.0" ))
42
+ implementation(" com.google.firebase:firebase-dataconnect" )
40
43
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1" )
41
44
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1" )
42
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 " )
43
- implementation(" androidx.appcompat:appcompat:1.7.0 " )
45
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.1 " )
46
+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
44
47
implementation(" androidx.activity:activity-ktx:1.10.1" )
45
- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0 " )
48
+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1 " )
46
49
implementation(" com.google.android.material:material:1.12.0" )
47
50
48
51
// The following code in this "dependencies" block can be omitted from customer
0 commit comments