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
There are some small unnecessary or deprecated thing in project's gradle files like:
compileSdkVersion
targetSdkVersion
minSdkVersion
compileSdk
targetSdk
minSdk
See original article for more info. I have these changes ready in my fork and could create a pull request if you are OK with it.
The text was updated successfully, but these errors were encountered:
Hey @Alireza-Farahani thanks for raising this, please be free to create a PR so we can improve this ^^
We just need to be sure we keep backward compatibility.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
There are some small unnecessary or deprecated thing in project's gradle files like:
compileSdkVersion
,targetSdkVersion
andminSdkVersion
are deprecated in favor of shorter properties ofcompileSdk
,targetSdk
andminSdk
See original article for more info. I have these changes ready in my fork and could create a pull request if you are OK with it.
The text was updated successfully, but these errors were encountered: