File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ android {
3030
3131dependencies {
3232 // Kotlin
33- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11 "
34- implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.11 "
33+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.21 "
34+ implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.21 "
3535
3636 // Moshi
3737 implementation " com.squareup.moshi:moshi:1.8.0"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
1616
1717dependencies {
1818 // Kotlin
19- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11 " )
20- implementation(" org.jetbrains.kotlin:kotlin-reflect:1.3.11 " )
19+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.21 " )
20+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.3.21 " )
2121
2222 // Moshi
2323 implementation(" com.squareup.moshi:moshi:1.8.0" )
You can’t perform that action at this time.
0 commit comments