@@ -19,35 +19,35 @@ 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 June 10 , 2025.
22
+ // The versions shown here were the latest versions as of July 17 , 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.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 "
27
27
val kotlinVersion = " 2.1.10"
28
28
kotlin(" android" ) version kotlinVersion
29
29
kotlin(" plugin.serialization" ) version kotlinVersion
30
30
31
31
// The following code in this "plugins" block can be omitted from customer
32
32
// 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 "
34
34
35
35
id(" org.jetbrains.dokka" ) version " 2.0.0"
36
36
}
37
37
38
38
dependencies {
39
39
// 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.
41
41
42
42
// Data Connect
43
- implementation(platform(" com.google.firebase:firebase-bom:33.15 .0" ))
43
+ implementation(platform(" com.google.firebase:firebase-bom:33.16 .0" ))
44
44
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 " )
48
48
implementation(" androidx.appcompat:appcompat:1.7.1" )
49
49
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 " )
51
51
implementation(" com.google.android.material:material:1.12.0" )
52
52
53
53
// The following code in this "dependencies" block can be omitted from customer
@@ -70,10 +70,10 @@ dokka {
70
70
71
71
android {
72
72
namespace = " com.google.firebase.dataconnect.minimaldemo"
73
- compileSdk = 35
73
+ compileSdk = 36
74
74
defaultConfig {
75
75
minSdk = 23
76
- targetSdk = 35
76
+ targetSdk = 36
77
77
versionCode = 1
78
78
versionName = " 1.0"
79
79
}
0 commit comments