@@ -10,7 +10,7 @@ android {
1010 targetSdkVersion 28
1111 versionCode 1
1212 versionName " 1.0"
13- testInstrumentationRunner " android.support. test.runner.AndroidJUnitRunner"
13+ testInstrumentationRunner ' androidx. test.runner.AndroidJUnitRunner'
1414 }
1515 buildTypes {
1616 release {
@@ -28,15 +28,15 @@ dependencies {
2828 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
2929 implementation project(' :library' )
3030 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
31- implementation ' com.android.support :appcompat-v7:28 .0.0'
32- implementation ' com.android.support :recyclerview-v7:28 .0.0'
33- implementation " com.android.support :cardview-v7:28 .0.0"
34- implementation " com.android.support:design:28 .0.0"
31+ implementation ' androidx.appcompat :appcompat:1 .0.0'
32+ implementation ' androidx.recyclerview :recyclerview:1 .0.0'
33+ implementation ' androidx.cardview :cardview:1 .0.0'
34+ implementation ' com.google. android.material:material:1 .0.0'
3535 implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
3636 implementation ' io.reactivex.rxjava2:rxjava:2.2.6'
3737 implementation ' io.reactivex.rxjava2:rxkotlin:2.2.0'
38- implementation ' com.android.support.constraint:constraint-layout :1.1.3'
38+ implementation ' androidx.constraintlayout:constraintlayout :1.1.3'
3939 implementation ' com.github.bumptech.glide:glide:4.9.0'
4040 annotationProcessor ' com.github.bumptech.glide:compiler:4.9.0'
4141 testImplementation ' junit:junit:4.12'
42- }
42+ }
0 commit comments