Skip to content

Commit 3a55381

Browse files
committed
Fix #244 => update Gson version
1 parent bf7d0d6 commit 3a55381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Versions {
1515

1616
const val bintray_version = "1.8.5"
1717
const val kotlin_stdlib_version = "1.4.10"
18-
const val gson_version = "2.8.6"
18+
const val gson_version = "2.10.1"
1919
}
2020

2121
object Libs {

0 commit comments

Comments
 (0)