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 to AGP7 #1979

Merged
merged 13 commits into from
Jul 28, 2021
Merged

Conversation

thatfiredev
Copy link
Member

@thatfiredev thatfiredev commented Jul 18, 2021

See #1966

This PR should:

  • update AGP to 7.0.0 stable
  • update Gradle to 7.0.2
  • update the GitHub Actions workflow to use Java 11 - this is required by Gradle 7.
  • remove unused strings, colors and ids to avoid UnusedIds and UnusedResources lint errors.
  • suppress the UnusedIds lint error thrown in the app module - seems like AGP7 can't yet detect when an id is being used by ViewBinding.
  • suppress the MediaCapabilities lint error thrown in the app module - I couldn't figure out where this error is coming from, but I'm guessing Glide is responsible for it.
  • fix many other lint issues that were thrown by AGP7

@google-cla google-cla bot added the cla: yes label Jul 18, 2021
@samtstern
Copy link
Contributor

@rosariopfernandes you are a legend! I can't believe you got this all working so quickly.

@thatfiredev
Copy link
Member Author

@samtstern I was just about to push that, OMG 😆

@samtstern
Copy link
Contributor

@rosariopfernandes you were right about July 28th! 7.0 is out and I just updated your branch (I wanted to be faster than you for once in my life haha)

@samtstern samtstern marked this pull request as ready for review July 28, 2021 17:14
@thatfiredev
Copy link
Member Author

@samtstern You did it, I'm impressed. I bow down to you 😆

@samtstern samtstern merged commit da1aa80 into firebase:version-8.0.0-dev Jul 28, 2021
@samtstern samtstern added this to the 8.0.0 milestone Jul 28, 2021
@samtstern
Copy link
Contributor

I'll release 8.0 tomorrow!

@thatfiredev
Copy link
Member Author

thatfiredev commented Jul 28, 2021 via email

@samtstern
Copy link
Contributor

@rosariopfernandes oh wow I almost forgot about that change! Thanks for the reminder. No rush on that PR, 8.0 will go out when that's ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants