Skip to content

Commit c48be1e

Browse files
committed
Update example-android
1 parent bd19390 commit c48be1e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

example-android/app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ android {
2424

2525
dependencies {
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
}

0 commit comments

Comments
 (0)