This repository was archived by the owner on Jun 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
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.2.50 '
4
+ ext. kotlin_version = ' 1.2.61 '
5
5
ext. versions = [
6
- ' compileSdk' : 28 ,
6
+ ' compileSdk' : 27 ,
7
7
' minSdk' : 16 ,
8
- ' targetSdk' : 28 ,
8
+ ' targetSdk' : 27 ,
9
9
' supportLibrary' : ' 27.1.1' ,
10
- ' constraintLayout' : ' 1.1.2 ' ,
11
- ' gson' : ' 2.8.2 ' ,
10
+ ' constraintLayout' : ' 1.1.3 ' ,
11
+ ' gson' : ' 2.8.5 ' ,
12
12
' okhttp' : ' 3.10.0' ,
13
13
' retrofit' : ' 2.4.0' ,
14
- ' rx2' : ' 2.0.2'
14
+ ' rx2java' : ' 2.2.0' ,
15
+ ' rx2android' : ' 2.1.0'
15
16
]
16
17
repositories {
17
18
google()
18
19
jcenter()
19
20
}
20
21
dependencies {
21
- classpath ' com.android.tools.build:gradle:3.1.3 '
22
+ classpath ' com.android.tools.build:gradle:3.1.4 '
22
23
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
23
24
}
24
25
}
Original file line number Diff line number Diff line change @@ -76,9 +76,8 @@ dependencies {
76
76
implementation " com.squareup.retrofit2:converter-gson:${ versions.retrofit} "
77
77
testImplementation " com.squareup.retrofit2:retrofit-mock:${ versions.retrofit} "
78
78
79
-
80
- implementation " io.reactivex.rxjava2:rxandroid:${ versions.rx2} "
81
- implementation " io.reactivex.rxjava2:rxjava:${ versions.rx2} "
79
+ implementation " io.reactivex.rxjava2:rxjava:${ versions.rx2java} "
80
+ implementation " io.reactivex.rxjava2:rxandroid:${ versions.rx2android} "
82
81
83
82
testImplementation ' junit:junit:4.12'
84
83
You can’t perform that action at this time.
0 commit comments