@@ -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
@@ -18,7 +18,7 @@ buildscript {
18
18
}
19
19
}
20
20
dependencies {
21
- classpath(" com.android.tools.build:gradle:4.2.1 " )
21
+ classpath(" com.android.tools.build:gradle:4.2.2 " )
22
22
classpath(" com.adarshr:gradle-test-logger-plugin:2.1.1" )
23
23
}
24
24
}
@@ -208,18 +208,19 @@ subprojects {
208
208
209
209
dependencies {
210
210
" commonMainImplementation" (kotlin(" stdlib-common" ))
211
- " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 " )
211
+ " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1 " )
212
212
" jsMainImplementation" (kotlin(" stdlib-js" ))
213
- " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.0" )
213
+ " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.1" )
214
+ " androidMainImplementation" (platform(" com.google.firebase:firebase-bom:28.3.0" ))
214
215
" commonTestImplementation" (kotlin(" test-common" ))
215
216
" commonTestImplementation" (kotlin(" test-annotations-common" ))
216
- " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 " )
217
+ " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1 " )
217
218
" jsTestImplementation" (kotlin(" test-js" ))
218
219
" androidAndroidTestImplementation" (kotlin(" test-junit" ))
219
220
" androidAndroidTestImplementation" (" junit:junit:4.13.2" )
220
- " androidAndroidTestImplementation" (" androidx.test:core:1.3 .0" )
221
- " androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.2 " )
222
- " androidAndroidTestImplementation" (" androidx.test:runner:1.3 .0" )
221
+ " androidAndroidTestImplementation" (" androidx.test:core:1.4 .0" )
222
+ " androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.3 " )
223
+ " androidAndroidTestImplementation" (" androidx.test:runner:1.4 .0" )
223
224
}
224
225
}
225
226
0 commit comments