File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11object Dependencies {
2- const val AndroidBuildTools = " com.android.tools.build:gradle:4.0.1 "
2+ const val AndroidBuildTools = " com.android.tools.build:gradle:4.1.0 "
33 const val detektGradlePlugin = " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.14.1"
44}
55
Original file line number Diff line number Diff line change 11object Kotlin {
2- const val standardLibrary = " 1.4.0 "
2+ const val standardLibrary = " 1.4.10 "
33 const val coroutines = " 1.3.9"
44}
55
@@ -19,7 +19,7 @@ object AndroidClient {
1919object BuildPlugins {
2020
2121 object Versions {
22- const val buildToolsVersion = " 4.0.1 "
22+ const val buildToolsVersion = " 4.1.0 "
2323 const val gradleVersion = " 6.6.1"
2424 }
2525 const val androidGradlePlugin = " com.android.tools.build:gradle:${Versions .buildToolsVersion} "
You can’t perform that action at this time.
0 commit comments