Skip to content

Commit

Permalink
Use Android plugin for Gradle v.3.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Jan 11, 2019
1 parent 0ba543d commit 9cb4c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion buildSrc/build.gradle.kts
@@ -1,3 +1,7 @@
plugins {
id("org.gradle.kotlin.kotlin-dsl") version "0.18.2"
`kotlin-dsl`
}

repositories {
jcenter()
}
Expand Up @@ -3,7 +3,7 @@
package nerd.tuxmobil.fahrplan.congress

object Versions {
val androidGradle = "3.1.1"
val androidGradle = "3.2.1"
val assertjAndroid = "1.2.0"
val emailIntentBuilder = "1.0.0"
val espresso = "3.0.2"
Expand Down

0 comments on commit 9cb4c11

Please sign in to comment.