File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
1818 }
1919 }
2020 dependencies {
21- classpath(" com.android.tools.build:gradle:4.2.0 " )
21+ classpath(" com.android.tools.build:gradle:4.2.1 " )
2222 classpath(" com.adarshr:gradle-test-logger-plugin:2.1.1" )
2323 }
2424}
@@ -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,12 +208,12 @@ subprojects {
208208
209209 dependencies {
210210 " commonMainImplementation" (kotlin(" stdlib-common" ))
211- " commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0-RC " )
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.5.0-RC " )
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.5.0-RC " )
216+ " commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0" )
217217 " jsTestImplementation" (kotlin(" test-js" ))
218218 " androidAndroidTestImplementation" (kotlin(" test-junit" ))
219219 " androidAndroidTestImplementation" (" junit:junit:4.13.2" )
You can’t perform that action at this time.
0 commit comments