Skip to content

Commit b1a88c0

Browse files
Replaced "compile" with "implementation
1 parent 8873a5d commit b1a88c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

library/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ configurations {
1919
javadocDeps
2020
}
2121
dependencies {
22-
compile 'com.android.support:appcompat-v7:27.1.1'
22+
implementation 'com.android.support:appcompat-v7:27.1.1'
2323
javadocDeps 'com.android.support:appcompat-v7:27.1.1'
24-
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
24+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
25+
//implementation 'androidx.core:core-ktx:0.3'
26+
2527
}
2628

2729
apply from: 'gradle-mvn-push.gradle'

0 commit comments

Comments
 (0)