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
Uh oh!
There was an error while loading. Please reload this page.
-
Why
lintOptionshas been deprecated since Gradle 7.1 andflavorDimensionshas been deprecated since Gradle 7.2. Since we are currently using Gradle 7.3, we should update these with the appropriate replacements.Solution
lintOptionsblock withlintflavorDimensionsmethod withflavorDimensionspropertyWho Benefits?
Android developers
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions