Skip to content

Commit 6e27e9e

Browse files
authored
Update build.gradle
1 parent 1dccd3b commit 6e27e9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ buildscript {
2020
repositories {
2121
google()
2222
jcenter()
23+
mavenCentral()
2324
}
2425
dependencies {
2526
classpath 'com.android.tools.build:gradle:3.6.3'
2627
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
28+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
2729

2830
// NOTE: Do not place your application dependencies here; they belong
2931
// in the individual module build.gradle files

0 commit comments

Comments
 (0)