Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Bump Kotlin to v1.3.11 and Gradle plugin to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saket Narayan committed Jan 12, 2019
1 parent b429407 commit 1124ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -20,7 +20,7 @@ buildscript {
junit : '4.12',
deeplinkDispatch: '3.1.1',
androidTest : '1.0.2',
kotlin : '1.2.41',
kotlin : '1.3.11',
room : '1.1.0',
]

Expand All @@ -30,7 +30,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
}
}
Expand Down

0 comments on commit 1124ea5

Please sign in to comment.