@@ -8,7 +8,7 @@ android {
88 targetSdkVersion 28
99 versionCode 1
1010 versionName " 1.0"
11- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
11+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
1212 }
1313 buildTypes {
1414 release {
@@ -28,21 +28,21 @@ android {
2828
2929dependencies {
3030 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
31- implementation ' com.android.support :appcompat-v7:28.0 .0'
32- implementation ' com.android.support.constraint:constraint-layout :1.1.3'
31+ implementation ' androidx.appcompat :appcompat:1.1 .0'
32+ implementation ' androidx.constraintlayout:constraintlayout :1.1.3'
3333 testImplementation ' junit:junit:4.12'
34- androidTestImplementation ' com.android.support. test:runner:1.0.2 '
35- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
34+ androidTestImplementation ' androidx. test:runner:1.2.0 '
35+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.2.0 '
3636 implementation ' com.jiajunhui.xapp.medialoader:medialoader:1.2.1'
37- implementation ' com.android.support :recyclerview-v7:28.0 .0'
37+ implementation ' androidx.recyclerview :recyclerview:1.1 .0'
3838 implementation ' com.lovedise:permissiongen:0.0.6'
39- implementation ' com.github.bumptech.glide:glide:4.7.1 '
40- annotationProcessor ' com.github.bumptech.glide:compiler:4.7.1 '
41- implementation ' com.jakewharton:butterknife:8.8.1 '
42- annotationProcessor ' com.jakewharton:butterknife-compiler:8.8.1 '
39+ implementation ' com.github.bumptech.glide:glide:4.9.0 '
40+ annotationProcessor ' com.github.bumptech.glide:compiler:4.9.0 '
41+ implementation ' com.jakewharton:butterknife:10.1.0 '
42+ annotationProcessor ' com.jakewharton:butterknife-compiler:10.1.0 '
4343 debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.4'
4444 releaseImplementation ' com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
4545 implementation project(' :exoplayer' )
4646 implementation project(' :ijkplayer' )
47- implementation ' com.android.support:design:28 .0.0'
47+ implementation ' com.google. android.material:material:1 .0.0'
4848}
0 commit comments