Skip to content

Upgrade project to use gradle 3#16

Open
bradley-curran wants to merge 1 commit intoaws-samples:masterfrom
bradley-curran:feature/gradle3
Open

Upgrade project to use gradle 3#16
bradley-curran wants to merge 1 commit intoaws-samples:masterfrom
bradley-curran:feature/gradle3

Conversation

@bradley-curran
Copy link
Copy Markdown

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.

2 participants