Skip to content

Commit

Permalink
Merge pull request tuxmobil#134 from EventFahrplan/project-setup
Browse files Browse the repository at this point in the history
Update project setup
  • Loading branch information
johnjohndoe authored Jan 12, 2019
2 parents 7af1540 + c48f1a1 commit 4e1727f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id("org.gradle.kotlin.kotlin-dsl") version "0.18.2"
`kotlin-dsl`
}

repositories {
mavenCentral()
}
Original file line number Diff line number Diff line change
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
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':buildSrc', ':database', ':network'
include ':app', ':database', ':network'

0 comments on commit 4e1727f

Please sign in to comment.