We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7980b2d commit 91a430eCopy full SHA for 91a430e
1 file changed
build.gradle
@@ -2,11 +2,15 @@
2
3
buildscript {
4
repositories {
5
- jcenter()
+ maven {
6
+ url "https://maven.google.com"
7
+ }
8
+ google()
9
+ jcenter()
10
}
11
dependencies {
12
classpath 'com.android.tools.build:gradle:3.3.2'
- 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'
14
// NOTE: Do not place your application dependencies here; they belong
15
// in the individual module build.gradle files
16
0 commit comments