Skip to content

[Sample] [Graphics] [Compose] UltraHDR image rendering in Compose. #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 7, 2023
Prev Previous commit
Next Next commit
Removed dependencies which are not required
  • Loading branch information
MayuriKhinvasara committed Oct 18, 2023
commit aba8a85cf66b3b8e6aa68ac8a4754270406dc00b
2 changes: 0 additions & 2 deletions samples/graphics/pdf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ android {

dependencies {
// Add samples specific dependencies
implementation(libs.compose.runtime.runtime)
implementation(libs.compose.ui.ui)
}