Skip to content

Commit 463a9af

Browse files
author
tiann
committed
merge upstream of Launcher3
1 parent 4801add commit 463a9af

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

VirtualApp/app/build.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,25 @@ android {
7575
}
7676

7777
dependencies {
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') {

VirtualApp/lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ android {
4545

4646

4747
dependencies {
48-
compile fileTree(include: ['*.jar'], dir: 'libs')
49-
compile "me.weishu.exposed:exposed-core:${exposedVersion}"
50-
compile "me.weishu:free_reflection:1.2.0"
48+
implementation fileTree(include: ['*.jar'], dir: 'libs')
49+
api "me.weishu.exposed:exposed-core:${exposedVersion}"
50+
implementation "me.weishu:free_reflection:1.2.0"
5151
}
5252

5353
repositories {

0 commit comments

Comments
 (0)