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) {