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
99plugins {
1010 id(" com.android.library" )
1111 kotlin(" multiplatform" )
12- kotlin(" plugin.serialization" ) version " 1.5.31 "
12+ kotlin(" plugin.serialization" ) version " 1.5.32 "
1313}
1414
1515android {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version = project.property("firebase-database.version") as String
1010plugins {
1111 id(" com.android.library" )
1212 kotlin(" multiplatform" )
13- kotlin(" plugin.serialization" ) version " 1.5.10 "
13+ kotlin(" plugin.serialization" ) version " 1.5.32 "
1414}
1515
1616repositories {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version = project.property("firebase-firestore.version") as String
1010plugins {
1111 id(" com.android.library" )
1212 kotlin(" multiplatform" )
13- kotlin(" plugin.serialization" ) version " 1.5.31 "
13+ kotlin(" plugin.serialization" ) version " 1.5.32 "
1414}
1515
1616android {
You can’t perform that action at this time.
0 commit comments