From 4cb24627a9b1d30e63294f04dcb043ccaf875bcd Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 15 Jan 2026 20:45:12 +0100 Subject: [PATCH] Update `androidx.baselineprofile` to `1.5.0-alpha01` to support AGP 9 and remove `android.disallowKotlinSourceSets=false`. https://developer.android.com/jetpack/androidx/releases/benchmark#1.5.0-alpha01 --- gradle.properties | 3 --- gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 77e1ae314..32a00e430 100644 --- a/gradle.properties +++ b/gradle.properties @@ -68,6 +68,3 @@ android.injected.androidTest.leaveApksInstalledAfterRun=true # - https://github.com/google/dagger/issues/4944 # - https://github.com/google/dagger/issues/4979 android.newDsl=false - -# Temporary suppresson of androidx.baselineprofile plugin issue (now flagged as error by AGP beta05) -android.disallowKotlinSourceSets=false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 242beb5ff..cd5ab2bb4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ androidxHiltLifecycleViewModelCompose = "1.3.0-alpha02" androidxLifecycle = "2.10.0" androidxLintGradle = "1.0.0-alpha03" androidxLifecycleViewModelNavigation3 = "2.10.0" -androidxMacroBenchmark = "1.4.1" +androidxMacroBenchmark = "1.5.0-alpha01" androidxMetrics = "1.0.0-beta01" androidxNavigation = "2.8.5" androidxNavigation3 = "1.0.0"