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

Migrated build.gradle to accept project-wide properties #50

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mthahzan
Copy link

@mthahzan mthahzan commented Jul 3, 2019

It is recommended to write the library to accept project wide properties.
Also replaced compile statements with implementation because it's deprecated

mthahzan added 2 commits July 3, 2019 07:53
Android tools versions and SDK versions were hardcoded. This will not work when the client application uses different versions. It's recommended to get project wide configurations (if they exist).
`compile` is deprecated and will be removed from Gradle 5
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 this pull request may close these issues.

1 participant