|
@@ -12,7 +12,7 @@ android {
|
|
|
versionCode 1
|
|
|
versionName "1.0"
|
|
|
|
|
|
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
}
|
|
|
|
|
@@ -28,10 +28,10 @@ android {
|
|
|
dependencies {
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
|
|
- implementation 'com.android.support:appcompat-v7:27.1.1'
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.0.2'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
- androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
|
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.2.0'
|
|
|
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
|
|
|
|
//retrofit 2
|
|
|
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
|