Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit cbcf677

Browse files
committed
changing gradle version to 1.3.31
1 parent 5c51f4b commit cbcf677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap' }
55
}
66
dependencies {
7-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0-rc-57'
7+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31'
88
}
99
}
1010

@@ -23,7 +23,7 @@ repositories {
2323

2424
dependencies {
2525
api 'com.squareup.retrofit2:retrofit:2.4.0'
26-
api 'org.jetbrains.kotlin:kotlin-stdlib:1.3.0-rc-57'
26+
api 'org.jetbrains.kotlin:kotlin-stdlib:1.3.31'
2727
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.26.1-eap13'
2828

2929
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)