File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ android {
2424
2525dependencies {
2626 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
27- implementation" org.jetbrains.kotlin:kotlin-stdlib-jre7 :$kotlin_version "
27+ implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
2828 implementation ' com.android.support:appcompat-v7:26.1.0'
29- implementation ' com.android.support.constraint:constraint-layout:1.0.2 '
29+ implementation ' com.android.support.constraint:constraint-layout:1.1.3 '
3030 testImplementation ' junit:junit:4.12'
31- androidTestImplementation ' com.android.support.test:runner:1.0.1 '
32- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1 '
31+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
32+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2 '
3333
34- implementation ' io.reactivex.rxjava2:rxandroid:2.0.1 '
35- implementation ' io.reactivex.rxjava2:rxjava:2.1.8 '
34+ implementation ' io.reactivex.rxjava2:rxandroid:2.1.0 '
35+ implementation ' io.reactivex.rxjava2:rxjava:2.2.1 '
3636
37- implementation ' com.akaita.java:rxjava2-debug:1.2.2 '
37+ implementation ' com.akaita.java:rxjava2-debug:1.3.0 '
3838}
You can’t perform that action at this time.
0 commit comments