@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
33import org.gradle.api.tasks.testing.logging.TestLogEvent
44
55plugins {
6- kotlin(" multiplatform" ) version " 1.5.31 " apply false
6+ kotlin(" multiplatform" ) version " 1.6.10 " apply false
77 id(" base" )
88}
99
@@ -17,12 +17,12 @@ buildscript {
1717 }
1818 }
1919 dependencies {
20- classpath(" com.android.tools.build:gradle:7.0.3 " )
20+ classpath(" com.android.tools.build:gradle:7.1.0 " )
2121 classpath(" com.adarshr:gradle-test-logger-plugin:2.1.1" )
2222 }
2323}
2424
25- val targetSdkVersion by extra(30 )
25+ val targetSdkVersion by extra(31 )
2626val minSdkVersion by extra(19 )
2727
2828tasks {
@@ -44,7 +44,7 @@ subprojects {
4444
4545 group = " dev.gitlive"
4646
47- apply (plugin= " com.adarshr.test-logger" )
47+ apply (plugin = " com.adarshr.test-logger" )
4848
4949 repositories {
5050 mavenLocal()
@@ -107,7 +107,7 @@ subprojects {
107107 into.writeText(
108108 from.readText()
109109 .replace(" require('firebase-kotlin-sdk-" , " require('@gitlive/" )
110- // .replace("require('kotlinx-serialization-kotlinx-serialization-runtime')", "require('@gitlive/kotlinx-serialization-runtime')")
110+ // .replace("require('kotlinx-serialization-kotlinx-serialization-runtime')", "require('@gitlive/kotlinx-serialization-runtime')")
111111 )
112112 }
113113 }
@@ -197,12 +197,12 @@ subprojects {
197197 }
198198
199199 dependencies {
200- " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 -native-mt" )
201- " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2 -native-mt" )
202- " androidMainImplementation" (platform(" com.google.firebase:firebase-bom:29.0.1 " ))
200+ " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0 -native-mt" )
201+ " androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.0 -native-mt" )
202+ " androidMainImplementation" (platform(" com.google.firebase:firebase-bom:29.3.0 " ))
203203 " commonTestImplementation" (kotlin(" test-common" ))
204204 " commonTestImplementation" (kotlin(" test-annotations-common" ))
205- " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 -native-mt" )
205+ " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0 -native-mt" )
206206 " jsTestImplementation" (kotlin(" test-js" ))
207207 " androidAndroidTestImplementation" (kotlin(" test-junit" ))
208208 " androidAndroidTestImplementation" (" junit:junit:4.13.2" )
0 commit comments