mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
Revert "fix(build): temporarily revert to AGP 8.0.x"
This reverts commit 1e888494ee
.
This commit is contained in:
parent
92fce55feb
commit
d8a76cf1e7
5 changed files with 17 additions and 29 deletions
2
.github/workflows/baseline-profile.yml
vendored
2
.github/workflows/baseline-profile.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
# Pull down any changes which may have been committed while this workflow has been running
|
||||
git pull
|
||||
# Sort the baseline profile, output to android/
|
||||
sort -o android/src/main/baseline-prof.txt benchmark/build/outputs/managed_device_android_test_additional_output/api31/BaselineProfileGenerator_generateBaselineProfile-baseline-prof.txt
|
||||
sort -o android/src/main/baseline-prof.txt benchmark/build/outputs/managed_device_android_test_additional_output/benchmark/api31/BaselineProfileGenerator_generateBaselineProfile-baseline-prof.txt
|
||||
# If the baseline profile has changed, commit it
|
||||
if [[ $(git diff --stat android/src/main/baseline-prof.txt) != '' ]]; then
|
||||
git add android/src/main/baseline-prof.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue