diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index f8d104338e..6d24431df6 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -21,7 +21,7 @@ enum class Versions( private val url: URL ) { ANDROID_BUILD_TOOLS("30.0.0", URL("https://developer.android.com/studio/releases/build-tools")), - ANDROID_GRADLE_PLUGIN("4.1.0", URL("https://developer.android.com/tools/revisions/gradle-plugin.html")), + ANDROID_GRADLE_PLUGIN("4.1.3", URL("https://developer.android.com/tools/revisions/gradle-plugin.html")), ANDROID_LINT("30.0.0-alpha07", URL("https://github.com/googlesamples/android-custom-lint-rules")), ANDROID_SDK("30", URL("https://developer.android.com/sdk")), ANDROIDX_LIVE_DATA("2.2.0", URL("https://developer.android.com/topic/libraries/architecture/livedata")),