@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
4
4
import org.gradle.api.tasks.testing.logging.TestLogEvent
5
5
6
6
plugins {
7
- kotlin(" multiplatform" ) version " 1.5.10 " apply false
7
+ kotlin(" multiplatform" ) version " 1.5.21 " apply false
8
8
id(" base" )
9
9
}
10
10
@@ -19,7 +19,7 @@ buildscript {
19
19
jcenter()
20
20
}
21
21
dependencies {
22
- classpath(" com.android.tools.build:gradle:4.2.1 " )
22
+ classpath(" com.android.tools.build:gradle:4.2.2 " )
23
23
classpath(" com.adarshr:gradle-test-logger-plugin:2.1.1" )
24
24
}
25
25
}
@@ -210,18 +210,19 @@ subprojects {
210
210
211
211
dependencies {
212
212
" commonMainImplementation" (kotlin(" stdlib-common" ))
213
- " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 " )
213
+ " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1 " )
214
214
" jsMainImplementation" (kotlin(" stdlib-js" ))
215
- " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.0" )
215
+ " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.1" )
216
+ " androidMainImplementation" (platform(" com.google.firebase:firebase-bom:28.2.1" ))
216
217
" commonTestImplementation" (kotlin(" test-common" ))
217
218
" commonTestImplementation" (kotlin(" test-annotations-common" ))
218
- " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 " )
219
+ " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1 " )
219
220
" jsTestImplementation" (kotlin(" test-js" ))
220
221
" androidAndroidTestImplementation" (kotlin(" test-junit" ))
221
222
" androidAndroidTestImplementation" (" junit:junit:4.13.2" )
222
- " androidAndroidTestImplementation" (" androidx.test:core:1.3 .0" )
223
- " androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.2 " )
224
- " androidAndroidTestImplementation" (" androidx.test:runner:1.3 .0" )
223
+ " androidAndroidTestImplementation" (" androidx.test:core:1.4 .0" )
224
+ " androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.3 " )
225
+ " androidAndroidTestImplementation" (" androidx.test:runner:1.4 .0" )
225
226
}
226
227
}
227
228
0 commit comments