@@ -75,25 +75,25 @@ android {
7575}
7676
7777dependencies {
78- compile fileTree(include : [' *.jar' ], dir : ' libs' )
79- compile project(' :lib' )
80- compile project(' :launcher' )
78+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
79+ implementation project(' :lib' )
80+ implementation project(' :launcher' )
8181 // Android Lib
82- compile ' com.android.support:multidex:1.0.3'
83- compile ' com.android.support:appcompat-v7:27.1.1'
84- compile ' com.android.support:recyclerview-v7:27.1.1'
85- compile ' com.android.support:design:27.1.1'
82+ implementation ' com.android.support:multidex:1.0.3'
83+ implementation ' com.android.support:appcompat-v7:27.1.1'
84+ implementation ' com.android.support:recyclerview-v7:27.1.1'
85+ implementation ' com.android.support:design:27.1.1'
8686 // Promise Support
87- compile ' org.jdeferred:jdeferred-android-aar:1.2.4'
87+ implementation ' org.jdeferred:jdeferred-android-aar:1.2.4'
8888 // ThirdParty
89- compile ' com.jonathanfinerty.once:once:1.0.3'
90- compile (' com.crashlytics.sdk.android:crashlytics:2.9.0@aar' ) {
89+ implementation ' com.jonathanfinerty.once:once:1.0.3'
90+ implementation (' com.crashlytics.sdk.android:crashlytics:2.9.0@aar' ) {
9191 transitive = true
9292 }
93- compile ' com.kyleduo.switchbutton:library:1.4.6'
94- compile ' com.allenliu.versionchecklib:library:1.8.3'
95- compile ' com.github.medyo:android-about-page:1.2.2'
96- compile ' moe.feng:AlipayZeroSdk:1.1'
93+ implementation ' com.kyleduo.switchbutton:library:1.4.6'
94+ implementation ' com.allenliu.versionchecklib:library:1.8.3'
95+ implementation ' com.github.medyo:android-about-page:1.2.2'
96+ implementation ' moe.feng:AlipayZeroSdk:1.1'
9797
9898 // Glide
9999 implementation (' com.github.bumptech.glide:glide:4.8.0' ) {
0 commit comments