Skip to content

Commit

Permalink
Update gradle plugin version to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-t committed Jul 9, 2019
1 parent 213d7f9 commit b174e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Versions {
const val kotlinVer = "1.3.11"
const val projectVer = "1.0.4"
const val androidXVer = "1.0.0"
const val gradlePluginVer = "3.3.2"
const val gradlePluginVer = "3.4.1"
}

object BuildScriptPlugins {
Expand Down

0 comments on commit b174e90

Please sign in to comment.