From c20a595c306fe368bd77826c74d238a907029991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 05:46:05 +0000 Subject: [PATCH] Update plugin androidx.baselineprofile to v1.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c76a2c6..b561cb2 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { id 'com.google.devtools.ksp' version "$ksp_version" id 'com.android.test' version '8.3.0-alpha13' apply false id 'dev.shreyaspatil.compose-compiler-report-generator' version "1.1.0" apply false - id 'androidx.baselineprofile' version '1.2.0-rc02' apply false + id 'androidx.baselineprofile' version '1.2.1' apply false } task clean(type: Delete) {