File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ object Kotlin {
44}
55
66object AndroidSdk {
7- const val min = 21
7+ const val min = 26
88 const val compile = 29
99 const val target = compile
1010}
@@ -18,8 +18,8 @@ object AndroidClient {
1818
1919object BuildPlugins {
2020 object Versions {
21- const val buildToolsVersion = " 4.1 .0"
22- const val gradleVersion = " 6.7 "
21+ const val buildToolsVersion = " 4.2 .0"
22+ const val gradleVersion = " 6.8 "
2323 const val hilt = " 2.35.1"
2424 }
2525
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments