File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 java
88 `kotlin- dsl`
99 `maven- publish`
10- kotlin(" jvm" ) version " 1.3.20 "
10+ kotlin(" jvm" ) version " 1.3.21 "
1111 id(" com.gradle.plugin-publish" ) version " 0.10.0"
1212}
1313
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99
1010 dependencies {
1111 classpath " com.android.tools.build:gradle:3.2.1"
12- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.20 "
12+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21 "
1313 classpath " com.yelp.codegen:plugin:1.0.0"
1414 }
1515}
@@ -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 11plugins {
22 id(" com.android.library" ) version " 3.2.1"
3- kotlin(" android" ) version " 1.3.20 "
3+ kotlin(" android" ) version " 1.3.21 "
44 id(" com.yelp.codegen.plugin" ) version " 1.0.0"
55}
66
@@ -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