Skip to content

Commit

Permalink
Update kotlin to 1.3.11.
Browse files Browse the repository at this point in the history
Update kotlin to 1.3.11.
  • Loading branch information
raghunandankavi2010 committed Dec 21, 2018
1 parent 60ad938 commit ae40b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ dependencies {

// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.0-alpha'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.0-alpha'

// Glide
implementation "com.github.bumptech.glide:glide:$glide"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlinVersion = '1.3.10'
ext.kotlinVersion = '1.3.11'
repositories {
google()
jcenter()
Expand Down

0 comments on commit ae40b7d

Please sign in to comment.