Skip to content

Commit

Permalink
Merge "Update Gradle and Kotlin versions"
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo authored and Gerrit Code Review committed Mar 27, 2018
2 parents 65537c3 + 47ad63d commit 008fba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
targetWearSdkVersion = 27

// App dependencies
androidGradlePluginVersion = '3.1.0-rc03'
androidGradlePluginVersion = '3.1.0'
archLifecycleVersion = '1.1.0'
constraintLayoutVersion = '1.1.0-beta6'
dagger = "2.14.1"
Expand All @@ -54,7 +54,7 @@ buildscript {
gsonVersion = "2.8.1"
hamcrestVersion = '1.3'
junitVersion = '4.12'
kotlinVersion = '1.2.30'
kotlinVersion = '1.2.31'
ktxVersion = "0.2"
lottieVersion = "2.5.1"
mdcVersion = '1.0.0-alpha'
Expand Down

0 comments on commit 008fba5

Please sign in to comment.