Bumped Android Gradle Plugin (3.2.0 -> 3.2.1)

This commit is contained in:
Alix Warnke 2018-10-19 10:09:45 +02:00
parent 1d3865b06a
commit f943c20730
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ buildscript {
google()
}
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.github.dcendents:android-maven-gradle-plugin:2.1'
@ -23,4 +23,4 @@ allprojects {
url "https://maven.google.com"
}
}
}
}