We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dccd3b commit 6e27e9eCopy full SHA for 6e27e9e
build.gradle
@@ -20,10 +20,12 @@ buildscript {
20
repositories {
21
google()
22
jcenter()
23
+ mavenCentral()
24
}
25
dependencies {
26
classpath 'com.android.tools.build:gradle:3.6.3'
27
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
28
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
29
30
// NOTE: Do not place your application dependencies here; they belong
31
// in the individual module build.gradle files
0 commit comments