File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ 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.4.31 " apply false
8
- kotlin(" plugin.serialization" ) version " 1.4.31 " apply false
7
+ kotlin(" multiplatform" ) version " 1.5.21 " apply false
8
+ kotlin(" plugin.serialization" ) version " 1.5.21 " apply false
9
9
id(" base" )
10
10
}
11
11
@@ -23,7 +23,7 @@ buildscript {
23
23
}
24
24
}
25
25
26
- val targetSdkVersion by extra(28 )
26
+ val targetSdkVersion by extra(30 )
27
27
val minSdkVersion by extra(16 )
28
28
val firebaseBoMVersion by extra(" 27.1.0" )
29
29
@@ -211,9 +211,9 @@ subprojects {
211
211
" jsTestImplementation" (kotlin(" test-js" ))
212
212
" androidAndroidTestImplementation" (kotlin(" test-junit" ))
213
213
" androidAndroidTestImplementation" (" junit:junit:4.13.1" )
214
- " androidAndroidTestImplementation" (" androidx.test:core:1.3 .0" )
215
- " androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.2 " )
216
- " androidAndroidTestImplementation" (" androidx.test:runner:1.3 .0" )
214
+ " androidAndroidTestImplementation" (" androidx.test:core:1.4 .0" )
215
+ " androidAndroidTestImplementation" (" androidx.test.ext:junit:1.1.3 " )
216
+ " androidAndroidTestImplementation" (" androidx.test:runner:1.4 .0" )
217
217
}
218
218
}
219
219
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ firebase-database.version=1.2.2
25
25
firebase-firestore.version =1.2.2
26
26
firebase-functions.version =1.2.2
27
27
28
- coroutinesVersion =1.4.3 -native-mt
28
+ coroutinesVersion =1.5.1 -native-mt
Original file line number Diff line number Diff line change 8
8
)
9
9
10
10
// enableFeaturePreview("GRADLE_METADATA")
11
-
You can’t perform that action at this time.
0 commit comments