-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Dependency version upgrades, not API 35 yet #1719
Conversation
b7a1d8c
to
3812144
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the top app bar changed and i dont know if we want that?
It seems to have removed the cog icons and search. |
28c0487
to
1329f6e
Compare
Change-Id: Ibed7889a3389ab6044e00a185158f36ce857b6b2
cbd33c3
to
04e5850
Compare
The top app bar changes were introduced with the upgrade to API 35 and are only visible when running roborazzi. For this maintenance effort it's out of scope for me to dive into roborazzi and address this. Instead I reverted back to API 35 for target and compile Sdk version. @takahirom FYI |
Changes addressed but can't be resolved due to force push on branch
Thank you for reporting this 👀 Roborazzi is not using I believe simply setting I'm checking if this approach works: |
Thanks for checking this @takahirom. It seems like takahirom#6 is the approach we should take for Now in Android. |
a85c194
to
2cbaffd
Compare
Change-Id: Ib4a1f9bef1dd3e1736907479125d0abb5b22e9bd
3c7044e
to
86ae433
Compare
It'd be more conventional to set the theme in the manifest i.e. add |
While @takahirom's approach seems to work for light theme, there are still issues around theming with API 35 when using roborazzi. This change is out of scope for this PR. So we're sticking with 34 for now. |
build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
Show resolved
Hide resolved
Change-Id: Ia2c6a52e289285a7a78336fa4250fa6a04ccb5c4
e9cd859
to
5df4efc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this. Good to merge once the build and instrumented tests pass.
No description provided.