|
@@ -9,7 +9,7 @@ android {
|
|
|
targetSdkVersion 28
|
|
|
versionCode 1
|
|
|
versionName "1.0"
|
|
|
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
}
|
|
|
buildTypes {
|
|
|
release {
|
|
@@ -38,12 +38,12 @@ repositories {
|
|
|
|
|
|
dependencies {
|
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
- implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
|
|
- androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
|
|
|
+ implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
|
+ androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
|
|
|
exclude group: 'com.android.support', module: 'support-annotations'
|
|
|
})
|
|
|
- implementation "com.android.support:appcompat-v7:${rootProject.supportLibVersion}"
|
|
|
- implementation "com.android.support:recyclerview-v7:${rootProject.supportLibVersion}"
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.0.2'
|
|
|
+ implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
implementation 'com.github.bumptech.glide:glide:4.0.0'
|
|
|
implementation 'com.github.chrisbanes:PhotoView:2.1.0'
|