@@ -49,14 +49,14 @@ android {
4949dependencies {
5050 implementation fileTree(dir : " libs" , include : [" *.jar" ])
5151 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
52- implementation ' androidx.core:core-ktx:1.3.1 '
52+ implementation ' androidx.core:core-ktx:1.3.2 '
5353 implementation ' androidx.appcompat:appcompat:1.2.0'
5454 implementation ' com.google.android.material:material:1.2.0'
5555 implementation ' androidx.constraintlayout:constraintlayout:2.0.1'
5656 implementation ' com.google.android.gms:play-services-tasks:17.2.0'
5757 // Coroutines dependencies
58- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 '
59- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9 '
58+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1 '
59+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1 '
6060 // Lifecycle library
6161 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
6262
@@ -65,9 +65,10 @@ dependencies {
6565 // Source: https://github.com/ashdavies/rx-tasks
6666 implementation ' io.ashdavies.rx.rxtasks:rx-tasks:2.2.0'
6767 // [END rx_gradle]
68+ implementation " org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlin_version "
6869 // [START ktx_gradle]
6970 // Source: https://github.com/Kotlin/kotlinx.coroutines/tree/master/integration/kotlinx-coroutines-play-services
70- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.9 '
71+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.4.1 '
7172 // [END ktx_gradle]
7273 // [START guava_gradle]
7374 implementation " androidx.concurrent:concurrent-futures:1.1.0"
0 commit comments