Skip to content

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