-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Android: Change the way doNotStrip
is set
#92859
Conversation
@Summersay415 Can you link to the documentation for your change. |
Documentation of Godot or Gradle? |
Documentation for gradle; from a quick google search, I cannot find any references to |
This way property are added to the project to be detected by
Previous way of adding |
Sorry for the delay on this PR. I was able to confirm your fix is correct by checking the following documentation: https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#properties I've updated the PR's description to match. |
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 the fix!
doNotStrip
is set
Thanks! |
Update how
doNotStrip
is set by leveraging the project's extra properties.See https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#properties for reference.
Fixes #92858