We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b9823 commit bcd19fbCopy full SHA for bcd19fb
build.gradle
@@ -3,22 +3,21 @@ buildscript {
3
repositories {
4
mavenLocal()
5
mavenCentral()
6
+ gradlePluginPortal()
7
google()
- jcenter()
8
}
9
dependencies {
10
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"
+ classpath "com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:4.0.4"
13
14
15
16
allprojects {
17
18
19
20
21
22
23
24
tasks.withType(Javadoc).all {
0 commit comments