Skip to content

Commit

Permalink
Merge pull request #93 from kennethshackleton/apg-parallel
Browse files Browse the repository at this point in the history
Update Android Gradle Plugin record in Versions too.
  • Loading branch information
kennethshackleton authored Apr 24, 2021
2 parents a2756da + f59704c commit cdbd9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit cdbd9c1

Please sign in to comment.