Skip to content

Commit fbfa2fe

Browse files
committed
Update Gson version to 2.11.0
Bumped the gson_version constant from 2.10.1 to 2.11.0
1 parent 67ec49d commit fbfa2fe

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.10.1"
18+
const val gson_version = "2.11.0"
1919
}
2020

2121
object Libs {

0 commit comments

Comments
 (0)