Update deprecated gradle methods #439
ryan-conway
started this conversation in
RFCs
Replies: 1 comment 2 replies
-
@ryan-conway These updates are so clear and straight. I don't think we really need this RFC. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why
lintOptions
has been deprecated since Gradle 7.1 andflavorDimensions
has been deprecated since Gradle 7.2. Since we are currently using Gradle 7.3, we should update these with the appropriate replacements.Solution
lintOptions
block withlint
flavorDimensions
method withflavorDimensions
propertyWho Benefits?
Android developers
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions