@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
44import org.gradle.api.tasks.testing.logging.TestLogEvent
55
66plugins {
7- kotlin(" multiplatform" ) version " 1.4.31 " apply false
7+ kotlin(" multiplatform" ) version " 1.5.10 " apply false
88 id(" base" )
99}
1010
@@ -18,12 +18,12 @@ buildscript {
1818 }
1919 }
2020 dependencies {
21- classpath(" com.android.tools.build:gradle:4.0.2 " )
21+ classpath(" com.android.tools.build:gradle:4.2.1 " )
2222 classpath(" com.adarshr:gradle-test-logger-plugin:2.1.1" )
2323 }
2424}
2525
26- val targetSdkVersion by extra(28 )
26+ val targetSdkVersion by extra(30 )
2727val minSdkVersion by extra(16 )
2828
2929// TODO: Hierarchical project structures are not fully supported in IDEA, enable only for a regular built (https://youtrack.jetbrains.com/issue/KT-35011)
@@ -55,7 +55,7 @@ subprojects {
5555 group = " dev.gitlive"
5656
5757 apply (plugin= " com.adarshr.test-logger" )
58-
58+
5959 repositories {
6060 mavenLocal()
6161 mavenCentral()
@@ -208,15 +208,15 @@ subprojects {
208208
209209 dependencies {
210210 " commonMainImplementation" (kotlin(" stdlib-common" ))
211- " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3 " )
211+ " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 " )
212212 " jsMainImplementation" (kotlin(" stdlib-js" ))
213- " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.4.3 " )
213+ " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.0 " )
214214 " commonTestImplementation" (kotlin(" test-common" ))
215215 " commonTestImplementation" (kotlin(" test-annotations-common" ))
216- " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3 " )
216+ " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 " )
217217 " jsTestImplementation" (kotlin(" test-js" ))
218218 " androidAndroidTestImplementation" (kotlin(" test-junit" ))
219- " androidAndroidTestImplementation" (" junit:junit:4.13.1 " )
219+ " androidAndroidTestImplementation" (" junit:junit:4.13.2 " )
220220 " androidAndroidTestImplementation" (" androidx.test:core:1.3.0" )
221221 " androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.2" )
222222 " androidAndroidTestImplementation" (" androidx.test:runner:1.3.0" )
0 commit comments