Update the Android Gradle plugin
This commit is contained in:
parent
0c33b7915b
commit
81e7d674a2
2 changed files with 1 additions and 9 deletions
|
|
@ -24,14 +24,6 @@ if (!gradle.startParameter.taskRequests.toString().contains("Debug")) {
|
|||
|
||||
shortcutHelper.setFilePath("./shortcuts.xml")
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.eachDependency {
|
||||
if (requested.group == "org.jetbrains.kotlin") {
|
||||
useVersion("1.4.32")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion(AndroidConfig.compileSdk)
|
||||
buildToolsVersion(AndroidConfig.buildTools)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
object BuildPluginsVersion {
|
||||
const val AGP = "4.1.3"
|
||||
const val AGP = "4.2.0"
|
||||
const val KOTLIN = "1.4.32"
|
||||
const val KOTLINTER = "3.4.0"
|
||||
const val VERSIONS_PLUGIN = "0.38.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue