Skip to content

Fixes: Build issues and updates dependencies#43

Merged
AjeshRPai merged 3 commits into
mainfrom
bugfix/update-build-files
Jun 10, 2025
Merged

Fixes: Build issues and updates dependencies#43
AjeshRPai merged 3 commits into
mainfrom
bugfix/update-build-files

Conversation

@AjeshRPai

Copy link
Copy Markdown
Contributor

This PR

  1. Removes the redundant dependencies
  2. Updates the version of important dependencies to fix build errors
  3. Updates the app build gradle file to remove redundant build logic

@AjeshRPai AjeshRPai requested a review from mlykotom June 9, 2025 15:49
@AjeshRPai AjeshRPai requested a review from a team as a code owner June 9, 2025 15:49
Updates: Java versions to 11 to be compatible with java version generated by baseline profile and benchmark module

@mlykotom mlykotom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a question around profile installer dependency, otherwise lgtm

Comment thread baseline-profiles/app/build.gradle.kts Outdated
implementation(libs.coil.kt.compose)

implementation(libs.androidx.runtime.tracing)
implementation(libs.androidx.profileinstaller)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we have this in the main branch? This should be added with the macrobench / baseline profile modules

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah you are right. Removed the dependency in 628a128

Comment thread benchmarking/app/build.gradle.kts Outdated
implementation(libs.coil.kt.compose)

implementation(libs.androidx.runtime.tracing)
implementation(libs.androidx.profileinstaller)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed in 628a128

@AjeshRPai AjeshRPai merged commit 114fba5 into main Jun 10, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants