Skip to content

Commit 318839d

Browse files
committed
Updating also the Kotlin stlib & reflect package
1 parent 6f4f7e6 commit 318839d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sample-groovy-android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030

3131
dependencies {
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"

sample-kotlin-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616

1717
dependencies {
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")

0 commit comments

Comments
 (0)