Skip to content

Commit

Permalink
Merge pull request #413 from kennethshackleton/agp-7.4.1
Browse files Browse the repository at this point in the history
Android Gradle Plugin 7.4.1.
  • Loading branch information
kennethshackleton authored Feb 7, 2023
2 parents 92456f5 + 7014cb7 commit ff19546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ gradlePlugin {

dependencies {
implementation(kotlin("gradle-plugin", version = kotlinVersion))
implementation("com.android.tools.build:gradle:7.4.0")
implementation("com.android.tools.build:gradle:7.4.1")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enum class Versions(
) {
ANDROID_BENCHMARK_GRADLE_PLUGIN("1.1.0", URL("https://developer.android.com/studio/profile/benchmark")),
ANDROID_BUILD_TOOLS("33.0.1", URL("https://developer.android.com/studio/releases/build-tools")),
ANDROID_GRADLE_PLUGIN("7.4.0", URL("https://developer.android.com/tools/revisions/gradle-plugin.html")),
ANDROID_GRADLE_PLUGIN("7.4.1", URL("https://developer.android.com/tools/revisions/gradle-plugin.html")),
ANDROID_LINT("30.0.2", URL("https://github.com/googlesamples/android-custom-lint-rules")),
ANDROID_NDK("25.1.8937393", URL("https://developer.android.com/ndk")),
ANDROID_SDK("33", URL("https://developer.android.com/sdk")),
Expand Down

0 comments on commit ff19546

Please sign in to comment.