Skip to content

Commit 91a430e

Browse files
authored
Update build.gradle
1 parent 7980b2d commit 91a430e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
5+
maven {
6+
url "https://maven.google.com"
7+
}
8+
google()
9+
jcenter()
610
}
711
dependencies {
812
classpath 'com.android.tools.build:gradle:3.3.2'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1014
// NOTE: Do not place your application dependencies here; they belong
1115
// in the individual module build.gradle files
1216
}

0 commit comments

Comments
 (0)