@@ -4,12 +4,11 @@ apply plugin: "kotlin-android-extensions"
44apply plugin : " kotlin-kapt"
55
66android {
7- compileSdkVersion COMPILE_SDK_VERSION . toInteger()
8-
7+ compileSdkVersion 28
98 defaultConfig {
109 applicationId " cn.nekocode.gank"
1110 minSdkVersion 16
12- targetSdkVersion 27
11+ targetSdkVersion 28
1312 versionCode 1
1413 versionName " 1.0"
1514
@@ -35,17 +34,17 @@ dependencies {
3534 implementation project(" :backend" )
3635
3736 // Kotlin
38- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ KOTLIN_VERSION } "
37+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11 "
3938
4039 // Android support libraries
41- implementation " com.android.support:appcompat-v7:${ SUPPORT_LIBS_VERSION } "
42- implementation " com.android.support:recyclerview-v7:${ SUPPORT_LIBS_VERSION } "
43- implementation " com.android.support:support-annotations:${ SUPPORT_LIBS_VERSION } "
44- implementation " com.android.support.constraint:constraint-layout:1.1.2 "
40+ implementation " com.android.support:appcompat-v7:28.0.0 "
41+ implementation " com.android.support:recyclerview-v7:28.0.0 "
42+ implementation " com.android.support:support-annotations:28.0.0 "
43+ implementation " com.android.support.constraint:constraint-layout:1.1.3 "
4544
4645 // ReactiveX
47- implementation " io.reactivex.rxjava2:rxjava:2.1.8 "
48- implementation " io.reactivex.rxjava2:rxandroid:2.0.1 "
46+ implementation " io.reactivex.rxjava2:rxjava:2.2.2 "
47+ implementation " io.reactivex.rxjava2:rxandroid:2.1.0 "
4948 def AUTO_DISPOSE_VERSION = " 0.8.0"
5049 implementation " com.uber.autodispose:autodispose:${ AUTO_DISPOSE_VERSION} "
5150 implementation " com.uber.autodispose:autodispose-android:${ AUTO_DISPOSE_VERSION} "
0 commit comments