Bumped Android Gradle Plugin (3.2.0 -> 3.2.1)
This commit is contained in:
parent
1d3865b06a
commit
f943c20730
|
@ -6,7 +6,7 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.2.0'
|
classpath 'com.android.tools.build:gradle:3.2.1'
|
||||||
|
|
||||||
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
|
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
|
||||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
|
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
|
||||||
|
@ -23,4 +23,4 @@ allprojects {
|
||||||
url "https://maven.google.com"
|
url "https://maven.google.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue