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

Upgrade project to use gradle 3 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Upgrade project to use gradle 3 #16

wants to merge 1 commit into from

Conversation

bradley-curran
Copy link

This PR is to use gradle 3.0 in our sample app.

Upgrading to gradle 3 required the following changes:

  • compile keyword has changed to implementation in build.gradle
  • androidTestCompile has changed to androidTestImplementation in build.gradle
  • The butterknife library required an upgrade to version 8.0
  • The butterknife annotations and API had changed names from inject to bind

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.

None yet

2 participants