Skip to content

Commit e036e78

Browse files
committed
- fixed jitpack build
- updated android-maven-gradle-plugin to latest version - update buildToolsVersion to latest version
1 parent d464759 commit e036e78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,25 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
google()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:3.0.1'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1011
}
1112
}
1213

1314
allprojects {
1415
repositories {
1516
jcenter()
1617
maven { url "https://jitpack.io" }
17-
maven { url "https://maven.google.com" }
18+
google()
1819
}
1920
}
2021

2122
ext {
2223
compileSdkVersion = 27
23-
buildToolsVersion = '26.0.2'
24+
buildToolsVersion = '28.0.0 rc1'
2425
targetSdkVersion = compileSdkVersion
2526

2627
supportLibVersion = '27.1.0'

0 commit comments

Comments
 (0)