File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.0 '
4
+ ext. kotlin_version = ' 1.3.10 '
5
5
ext. versions = [
6
6
' compileSdk' : 27 ,
7
7
' minSdk' : 16 ,
Original file line number Diff line number Diff line change @@ -65,10 +65,12 @@ android {
65
65
dependencies {
66
66
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
67
67
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
68
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
69
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0'
70
68
71
- def okhttp = " 3.11.0"
69
+ def coroutines = " 1.0.1"
70
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines "
71
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines "
72
+
73
+ def okhttp = " 3.12.0"
72
74
implementation " com.squareup.okhttp3:okhttp:$okhttp "
73
75
74
76
testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments