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 {
18
18
}
19
19
}
20
20
dependencies {
21
- classpath(" com.android.tools.build:gradle:4.2.0 " )
21
+ classpath(" com.android.tools.build:gradle:4.2.1 " )
22
22
classpath(" com.adarshr:gradle-test-logger-plugin:2.1.1" )
23
23
}
24
24
}
@@ -55,7 +55,7 @@ subprojects {
55
55
group = " dev.gitlive"
56
56
57
57
apply (plugin= " com.adarshr.test-logger" )
58
-
58
+
59
59
repositories {
60
60
mavenLocal()
61
61
mavenCentral()
@@ -208,12 +208,12 @@ subprojects {
208
208
209
209
dependencies {
210
210
" 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" )
212
212
" 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" )
214
214
" commonTestImplementation" (kotlin(" test-common" ))
215
215
" 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" )
217
217
" jsTestImplementation" (kotlin(" test-js" ))
218
218
" androidAndroidTestImplementation" (kotlin(" test-junit" ))
219
219
" androidAndroidTestImplementation" (" junit:junit:4.13.2" )
You can’t perform that action at this time.
0 commit comments