From 127571dbd6302a95eaf5adbd2ac98dddbfca6985 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Tue, 16 Sep 2025 09:34:28 -0400 Subject: [PATCH] [Infra] Bump benchmark kotlin plugin version It will make it match our actual required min version of 2.0.21 --- health-metrics/benchmark/template/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health-metrics/benchmark/template/build.gradle b/health-metrics/benchmark/template/build.gradle index e2606e55678..f63d3512fee 100644 --- a/health-metrics/benchmark/template/build.gradle +++ b/health-metrics/benchmark/template/build.gradle @@ -16,7 +16,7 @@ plugins { id 'com.android.application' version '8.2.1' apply false id 'com.android.library' version '8.2.1' apply false id 'com.android.test' version '7.2.2' apply false - id 'org.jetbrains.kotlin.android' version '1.8.22' apply false + id 'org.jetbrains.kotlin.android' version '2.0.21' apply false id 'com.google.gms.google-services' version '4.4.2' apply false id 'com.google.firebase.crashlytics' version '3.0.2' apply false