Skip to content

Commit

Permalink
Merge pull request #435 from kennethshackleton/android-benchmark-1.1.1
Browse files Browse the repository at this point in the history
Android Benchmark Gradle Plugin 1.1.1.
  • Loading branch information
kennethshackleton committed Apr 17, 2023
2 parents bd87410 + 8966411 commit 4fb8462
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 @@ -20,7 +20,7 @@ enum class Versions(
val version: String,
private val url: URL
) {
ANDROID_BENCHMARK_GRADLE_PLUGIN("1.1.0", URL("https://developer.android.com/studio/profile/benchmark")),
ANDROID_BENCHMARK_GRADLE_PLUGIN("1.1.1", 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.2", URL("https://developer.android.com/tools/revisions/gradle-plugin.html")),
ANDROID_LINT("30.0.2", URL("https://github.com/googlesamples/android-custom-lint-rules")),
Expand Down

0 comments on commit 4fb8462

Please sign in to comment.