Update the Android Gradle plugin

This commit is contained in:
Jobobby04 2021-05-12 16:16:59 -04:00
parent 0c33b7915b
commit 81e7d674a2
2 changed files with 1 additions and 9 deletions

View File

@ -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)

View File

@ -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"