-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Labels
enhancementNew feature or requestNew feature or requesttriage meIssue that needs to be triagedIssue that needs to be triaged
Description
Is there an existing issue for this?
- I have searched the existing issues
Is this a feature request for one of the samples?
- Yes, this is a specific request related to this samples repo.
Sample app
JetNews
Describe the problem
Gradle maintenance:
- kotlinOptions is deprecated since 2.0
- targetSdk could be upgraded from 33 to 36
Navigation bar suggestion:
- InterestsScreen nav bar could have transparency as on HomeScreen because it would follow the same edge-to-edge design
Describe the solution
Gradle maintenance:
- "kotlin { compilerOptions {" syntax change and import JVM_17
- change value to 36 and check UI and intents behavior
Navigation bar suggestion:
- Change TabWithTopics to use the innerPaddings by miming HomeScreen
Additional context
I want to be assigned to solve this issue if possible.
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriage meIssue that needs to be triagedIssue that needs to be triaged