We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduced by @mohanish3 via #26 in aboutmac/AboutMacActivity.
aboutmac/AboutMacActivity
See https://developer.android.com/reference/android/content/res/Resources#getColor(int) for reference
The text was updated successfully, but these errors were encountered:
It's deprecated for API level 23 and above, but our min API level is 21 which does not have the new method.
Sorry, something went wrong.
can be but in if (BuildConfig.Version) block
if (BuildConfig.Version)
using the newer api will enable us to support theming
mohanish3
No branches or pull requests
Introduced by @mohanish3 via #26 in
aboutmac/AboutMacActivity
.See https://developer.android.com/reference/android/content/res/Resources#getColor(int) for reference
The text was updated successfully, but these errors were encountered: