-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
upgrade to AGP7 #1979
Conversation
database/src/main/java/com/firebase/ui/database/FirebaseRecyclerAdapter.java
Show resolved
Hide resolved
@rosariopfernandes you are a legend! I can't believe you got this all working so quickly. |
@samtstern I was just about to push that, OMG 😆 |
@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 You did it, I'm impressed. I bow down to you 😆 |
I'll release 8.0 tomorrow! |
I was updating rtdb to use Paging 3, but there were some runtime errors, I
think I got something wrong.
I'll send a PR with the changes tomorrow so we can have a look at it
together.
Update: I fixed the runtime errors and submitted a PR. See #1983
…On Wed, Jul 28, 2021, 19:29 Sam Stern ***@***.***> wrote:
I'll release 8.0 tomorrow!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1979 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD75OBT54PQ36U6U3DMBJA3T2A5AZANCNFSM5ASGWDMQ>
.
|
@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. |
See #1966
This PR should:
UnusedIds
andUnusedResources
lint errors.UnusedIds
lint error thrown in theapp
module - seems like AGP7 can't yet detect when an id is being used by ViewBinding.MediaCapabilities
lint error thrown in theapp
module - I couldn't figure out where this error is coming from, but I'm guessing Glide is responsible for it.