Skip to content
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

[Feat] - Gradle cleanup #265

Closed
Alireza-Farahani opened this issue Nov 14, 2021 · 1 comment · Fixed by #266
Closed

[Feat] - Gradle cleanup #265

Alireza-Farahani opened this issue Nov 14, 2021 · 1 comment · Fixed by #266

Comments

@Alireza-Farahani
Copy link
Contributor

There are some small unnecessary or deprecated thing in project's gradle files like:

  • Since Kotlin 1.4.0, there's no need to add standard library as a dependency
  • Since AGP 4.1 compileSdkVersion, targetSdkVersion and minSdkVersion are deprecated in favor of shorter properties of compileSdk, targetSdk and minSdk
  • Since AGP 4.2 java 1.8 support is enabled by default. We could mention this in ReadMe.

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.

@Canato
Copy link
Member

Canato commented Nov 15, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants