Skip to content

Commit bbdd409

Browse files
TR4AndroidTR4Android
authored andcommitted
Attempt to fix Jitpack build
1 parent e2e582a commit bbdd409

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
maven {
7+
url "https://maven.google.com"
8+
}
69
}
710
dependencies {
811
classpath 'com.android.tools.build:gradle:3.0.1'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1013

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

0 commit comments

Comments
 (0)