android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
15.92k stars 2.81k forks source link

Fix Baseline Profile Generate from GMD #1468

Open Jaehwa-Noh opened 1 month ago

Jaehwa-Noh commented 1 month ago

What I have done and why Change tasks use :app:generateDemoReleaseBaselineProfile. From Baseline profile documentation

Note: To generate and install the Baseline Profile from the command-line interface, run the :app:generateBaselineProfile or :app:generateVariantBaselineProfile Gradle tasks.

Used GMD from here https://github.com/android/nowinandroid/blob/211654ff16aea732cab8fd6148998c2a7293612f/benchmarks/build.gradle.kts#L48-L54

Output:

image

Fix #1467, fix #859