-
-
Notifications
You must be signed in to change notification settings - Fork 735
gradle update + dependencies updates + minor changes #1131
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
Conversation
…cendents:android-maven-gradle-plugin:2.1 removed as it is part of gradle now + compileSdkVersion set to latest API 31 + minSdkVersion set to API 21
…updated to 2.1..1
Thanks for opening this pull request!
|
@mobilekosmos could you add a description to this PR and resolve the conflicts, so we can get this ready for review? |
I suppose the conflicts happened after my PR since I started a new fresh PR because of prior conflicts and many changes. |
Reverted conflict resolution wrong deletion of buildConfigField("String","PARSE_VERSION","\"${version}\"")
Reverted conflict resolution wrong deletion of buildConfigField("String","PARSE_VERSION","\"${version}\"")
Reverted conflict resolution wrong deletion of buildConfigField("String","PARSE_VERSION","\"${version}\"")
Others will have a hard time understanding what this PR is about without looking into the code. To make this easier we have a PR template. See this. There is also a min API bump to 21, which is a breaking change. It helps the committer a lot if you clearly indicate a breaking change in the PR description. This helps to make sure that a breaking change is marked as such in the changelog. |
I am closing this as it lacks information about the issue that this PR intends to solve. Feel free to comment if you have any questions and we can re-open this PR. |
New Pull Request Checklist
Issue Description
Related issue: #
FILL_THIS_OUT
Approach
TODOs before merging