Merge pull request #189 from ultrasonic/update-android-gradle-plugin

Update android gradle plugin to 3.1.0 version.
This commit is contained in:
Yahor Berdnikau 2018-04-05 20:55:52 +02:00 committed by GitHub
commit d3dc851419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,9 @@ buildscript {
classpath gradlePlugins.kotlin
classpath gradlePlugins.ktlintGradle
classpath gradlePlugins.detekt
classpath gradlePlugins.jacocoAndroid
classpath(gradlePlugins.jacocoAndroid) {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
}
}
@ -27,6 +29,7 @@ allprojects {
repositories {
jcenter()
google()
}
}

View File

@ -7,7 +7,7 @@ ext.versions = [
compileSdk : 27,
gradle : '4.5.1',
androidTools : "3.0.1",
androidTools : "3.1.0",
ktlint : "0.20.0",
ktlintGradle : "3.2.0",
detekt : "1.0.0.RC6-4",