Skip to content

Commit bcd19fb

Browse files
committed
[tinker] fix gradle sync failure.
1 parent 03b9823 commit bcd19fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@ buildscript {
33
repositories {
44
mavenLocal()
55
mavenCentral()
6+
gradlePluginPortal()
67
google()
7-
jcenter()
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:4.2.0'
11-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
12-
classpath "com.github.jengelman.gradle.plugins:shadow:4.0.4"
11+
classpath "com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:4.0.4"
1312
}
1413
}
1514

1615
allprojects {
1716
repositories {
1817
mavenLocal()
1918
mavenCentral()
19+
gradlePluginPortal()
2020
google()
21-
jcenter()
2221
}
2322

2423
tasks.withType(Javadoc).all {

0 commit comments

Comments
 (0)