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