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

Update gradle example in README.MD #54

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

Conversation

andrewdittmer
Copy link

Motivation

Make developers lives easier to implement library.

What

Updated the example gradle code to reference the latest tagged version. Also changed "compile" to "implementation"

Why

The previous example gradle code references the buggy 3.1.1 build. "compile" is deprecated and replaced by "implementation"

How

Simple text change

Verification Steps

  1. add the new gradle example code into a project to use the aerogear-android-authz library
  2. Sync gradle files
  3. Ensure version 4.0.0 is being used.

Checklist:

  • [ x] Code has been tested locally by PR requester
  • Changes have been successfully verified by another team member

Progress

  • Finished task
  • TODO

Additional Notes

implementation (instead of compile) and updated example to latest version.
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