We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95525a commit 9dae0aaCopy full SHA for 9dae0aa
compiler/build.gradle
@@ -5,7 +5,7 @@ archivesBaseName = "compiler"
5
6
dependencies {
7
api project(':library')
8
- api 'com.google.code.gson:gson:2.8.6'
+ api 'com.google.code.gson:gson:2.10'
9
}
10
11
java {
0 commit comments