File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
kotlin-android-moshi-codegen Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ plugins {
58
58
id(" com.android.library" ).version(" 3.5.3" ).apply (false )
59
59
id(" com.yelp.codegen.plugin" ).version(" 1.4.1" ).apply (false )
60
60
id(" io.gitlab.arturbosch.detekt" ).version(" 1.4.0" ).apply (false )
61
- kotlin(" android" ).version(" 1.3.61 " ).apply (false )
61
+ kotlin(" android" ).version(" 1.3.70 " ).apply (false )
62
62
}
63
63
64
64
subprojects {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
id(" java-gradle-plugin" )
9
9
`maven- publish`
10
10
jacoco
11
- kotlin(" jvm" ) version " 1.3.61 "
11
+ kotlin(" jvm" ) version " 1.3.70 "
12
12
id(" com.gradle.plugin-publish" ) version " 0.10.1"
13
13
id(" io.gitlab.arturbosch.detekt" ) version " 1.4.0"
14
14
}
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
16
16
17
17
dependencies {
18
18
// Kotlin
19
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61 "
20
- implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.61 "
19
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70 "
20
+ implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.70 "
21
21
22
22
// Moshi + OkHttp + Retrofit
23
23
implementation " com.squareup.moshi:moshi:1.9.2"
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
18
18
19
19
dependencies {
20
20
// Kotlin
21
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61 "
22
- implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.61 "
21
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70 "
22
+ implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.70 "
23
23
24
24
// Moshi + OkHttp + Retrofit
25
25
implementation " com.squareup.moshi:moshi:1.9.2"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
23
23
24
24
dependencies {
25
25
// Kotlin
26
- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61 " )
26
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70 " )
27
27
28
28
// Moshi + OkHttp + Retrofit
29
29
implementation(" com.squareup.moshi:moshi:1.9.2" )
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
16
16
17
17
dependencies {
18
18
// Kotlin
19
- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61 " )
20
- implementation(" org.jetbrains.kotlin:kotlin-reflect:1.3.61 " )
19
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70 " )
20
+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.3.70 " )
21
21
22
22
// Moshi + OkHttp + Retrofit
23
23
implementation(" com.squareup.moshi:moshi:1.9.2" )
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
16
16
17
17
dependencies {
18
18
// Kotlin
19
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61 "
20
- implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.61 "
19
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70 "
20
+ implementation " org.jetbrains.kotlin:kotlin-reflect:1.3.70 "
21
21
22
22
// Moshi + OkHttp + Retrofit
23
23
implementation " com.squareup.moshi:moshi:1.9.2"
You can’t perform that action at this time.
0 commit comments