File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ object Versions {
1818
1919 const val androidx_test_runner: String = " 1.2.0"
2020
21- const val atrium: String = " 0.8.0 "
21+ const val atrium: String = " 0.9.2 "
2222
2323 const val aapt2: String = " 3.5.0-5435860"
2424
25- const val com_android_tools_build_gradle: String = " 3.5 .0"
25+ const val com_android_tools_build_gradle: String = " 3.6 .0"
2626
2727 const val lint_gradle: String = " 26.5.0"
2828
@@ -34,7 +34,7 @@ object Versions {
3434
3535 const val dokka_gradle_plugin: String = " 0.9.17" // available: "0.9.18"
3636
37- const val org_jetbrains_kotlin: String = " 1.3.61 "
37+ const val org_jetbrains_kotlin: String = " 1.3.70 "
3838
3939 const val spek: String = " 2.1.0-alpha.0.11+d97ef33"
4040 // available: "2.1.0-alpha.0.24+0fdeb6e"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2 -all.zip
Original file line number Diff line number Diff line change @@ -19,4 +19,3 @@ include(
1919rootProject. name = ' Redux-Kotlin'
2020
2121enableFeaturePreview(' GRADLE_METADATA' )
22- enableFeaturePreview(' STABLE_PUBLISHING' )
You can’t perform that action at this time.
0 commit comments