Skip to content

Commit 31fb355

Browse files
committed
BUILD : Switch compile to implementation
1 parent 34ea453 commit 31fb355

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ android {
2323
}
2424

2525
dependencies {
26-
compile "com.android.support:appcompat-v7:${versions.supportLib}"
26+
implementation "com.android.support:appcompat-v7:${versions.supportLib}"
2727

28-
compile project(':library')
28+
implementation project(':library')
2929
}
3030

3131
configurations.all {

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply from: 'gradle-jcenter-push.gradle'
2525
apply from: 'gradle-mvn-push.gradle'
2626

2727
dependencies {
28-
compile "com.android.support:appcompat-v7:${versions.supportLib}"
28+
implementation "com.android.support:appcompat-v7:${versions.supportLib}"
2929
}
3030

3131

0 commit comments

Comments
 (0)