|
@@ -33,15 +33,15 @@ ext {
|
|
|
dependencies {
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
|
|
|
- implementation 'androidx.appcompat:appcompat:1.0.0'
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.0.2'
|
|
|
implementation 'com.google.android.material:material:1.0.0'
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
|
- implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0-rc01'
|
|
|
- implementation 'androidx.lifecycle:lifecycle-common-java8:2.0.0-rc01'
|
|
|
- androidTestImplementation 'androidx.test:runner:1.1.0'
|
|
|
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
|
|
|
+ implementation "androidx.lifecycle:lifecycle-extensions:2.0.0"
|
|
|
+ implementation "androidx.lifecycle:lifecycle-common-java8:2.0.0"
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.2.0'
|
|
|
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
|
api 'io.reactivex.rxjava2:rxandroid:2.1.0'
|
|
|
api 'io.reactivex.rxjava2:rxjava:2.2.2'
|
|
|
|