@@ -19,12 +19,12 @@ 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 December 03, 2024 .
22
+ // The versions shown here were the latest versions as of March 05, 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.7.3 "
25
+ id(" com.android.application" ) version " 8.9.0 "
26
26
id(" com.google.gms.google-services" ) version " 4.4.2"
27
- val kotlinVersion = " 2.1.0 "
27
+ val kotlinVersion = " 2.1.10 "
28
28
kotlin(" android" ) version kotlinVersion
29
29
kotlin(" plugin.serialization" ) version kotlinVersion
30
30
@@ -35,19 +35,19 @@ 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 December 03, 2024 .
39
- implementation(" com.google.firebase:firebase-dataconnect:16.0.0-beta03 " )
40
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 " )
41
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 " )
42
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 " )
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 " )
40
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " )
41
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 " )
42
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0 " )
43
43
implementation(" androidx.appcompat:appcompat:1.7.0" )
44
- implementation(" androidx.activity:activity-ktx:1.9.3 " )
44
+ implementation(" androidx.activity:activity-ktx:1.10.1 " )
45
45
implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7" )
46
46
implementation(" com.google.android.material:material:1.12.0" )
47
47
48
48
// The following code in this "dependencies" block can be omitted from customer
49
49
// facing documentation as it is an implementation detail of this application.
50
- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1.3 " )
50
+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1.5 " )
51
51
implementation(" io.kotest:kotest-property:5.9.1" )
52
52
implementation(" io.kotest.extensions:kotest-property-arbs:2.1.2" )
53
53
}
0 commit comments