We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8873a5d commit b1a88c0Copy full SHA for b1a88c0
library/build.gradle
@@ -19,9 +19,11 @@ configurations {
19
javadocDeps
20
}
21
dependencies {
22
- compile 'com.android.support:appcompat-v7:27.1.1'
+ implementation 'com.android.support:appcompat-v7:27.1.1'
23
javadocDeps 'com.android.support:appcompat-v7:27.1.1'
24
- compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
25
+ //implementation 'androidx.core:core-ktx:0.3'
26
+
27
28
29
apply from: 'gradle-mvn-push.gradle'
0 commit comments