We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7275857 commit 8ac8489Copy full SHA for 8ac8489
build.gradle
@@ -30,7 +30,7 @@ repositories {
30
dependencies {
31
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
32
// we can't yet use moshi 1.5.0 as we need @Json https://github.com/square/moshi/issues/315
33
- compile 'com.squareup.moshi:moshi:1.4.0'
+ compile 'com.squareup.moshi:moshi:1.9.2'
34
compile "com.squareup.okhttp3:okhttp:${okhttp_version}"
35
36
testCompile 'junit:junit:4.12'
0 commit comments