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"