@@ -19,35 +19,35 @@ import java.nio.charset.StandardCharsets
1919
2020plugins {
2121 // Use whichever versions of these dependencies suit your application.
22- // The versions shown here were the latest versions as of June 10 , 2025.
22+ // The versions shown here were the latest versions as of July 17 , 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.11.0 "
26- id(" com.google.gms.google-services" ) version " 4.4.2 "
25+ id(" com.android.application" ) version " 8.11.1 "
26+ id(" com.google.gms.google-services" ) version " 4.4.3 "
2727 val kotlinVersion = " 2.1.10"
2828 kotlin(" android" ) version kotlinVersion
2929 kotlin(" plugin.serialization" ) version kotlinVersion
3030
3131 // The following code in this "plugins" block can be omitted from customer
3232 // facing documentation as it is an implementation detail of this application.
33- id(" com.diffplug.spotless" ) version " 7.0.0.BETA4 "
33+ id(" com.diffplug.spotless" ) version " 7.1.0 "
3434
3535 id(" org.jetbrains.dokka" ) version " 2.0.0"
3636}
3737
3838dependencies {
3939 // Use whichever versions of these dependencies suit your application.
40- // The versions shown here were the latest versions as of June 10 , 2025.
40+ // The versions shown here were the latest versions as of July 17 , 2025.
4141
4242 // Data Connect
43- implementation(platform(" com.google.firebase:firebase-bom:33.15 .0" ))
43+ implementation(platform(" com.google.firebase:firebase-bom:33.16 .0" ))
4444 implementation(" com.google.firebase:firebase-dataconnect" )
45- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " )
46- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 " )
47- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.1 " )
45+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
46+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 " )
47+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 " )
4848 implementation(" androidx.appcompat:appcompat:1.7.1" )
4949 implementation(" androidx.activity:activity-ktx:1.10.1" )
50- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1 " )
50+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 " )
5151 implementation(" com.google.android.material:material:1.12.0" )
5252
5353 // The following code in this "dependencies" block can be omitted from customer
@@ -70,10 +70,10 @@ dokka {
7070
7171android {
7272 namespace = " com.google.firebase.dataconnect.minimaldemo"
73- compileSdk = 35
73+ compileSdk = 36
7474 defaultConfig {
7575 minSdk = 23
76- targetSdk = 35
76+ targetSdk = 36
7777 versionCode = 1
7878 versionName = " 1.0"
7979 }
0 commit comments