We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ea453 commit 31fb355Copy full SHA for 31fb355
2 files changed
app/build.gradle
@@ -23,9 +23,9 @@ android {
23
}
24
25
dependencies {
26
- compile "com.android.support:appcompat-v7:${versions.supportLib}"
+ implementation "com.android.support:appcompat-v7:${versions.supportLib}"
27
28
- compile project(':library')
+ implementation project(':library')
29
30
31
configurations.all {
library/build.gradle
@@ -25,7 +25,7 @@ apply from: 'gradle-jcenter-push.gradle'
apply from: 'gradle-mvn-push.gradle'
0 commit comments