File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version = project.property("firebase-common.version") as String
9
9
plugins {
10
10
id(" com.android.library" )
11
11
kotlin(" multiplatform" )
12
- kotlin(" plugin.serialization" ) version " 1.5.31 "
12
+ kotlin(" plugin.serialization" ) version " 1.5.32 "
13
13
}
14
14
15
15
android {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version = project.property("firebase-database.version") as String
10
10
plugins {
11
11
id(" com.android.library" )
12
12
kotlin(" multiplatform" )
13
- kotlin(" plugin.serialization" ) version " 1.5.10 "
13
+ kotlin(" plugin.serialization" ) version " 1.5.32 "
14
14
}
15
15
16
16
repositories {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version = project.property("firebase-firestore.version") as String
10
10
plugins {
11
11
id(" com.android.library" )
12
12
kotlin(" multiplatform" )
13
- kotlin(" plugin.serialization" ) version " 1.5.31 "
13
+ kotlin(" plugin.serialization" ) version " 1.5.32 "
14
14
}
15
15
16
16
android {
You can’t perform that action at this time.
0 commit comments