-
Notifications
You must be signed in to change notification settings - Fork 617
Upgrade AGP to 7.2.2 #3974
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 AGP to 7.2.2 #3974
Conversation
There is one adoption blocker for now, so this change will be on a branch until it's addressed. Namely, we have to migrate to the new version of Dokka as our old version is not compatible with Gradle 7+.
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
It looks like AGP has stopped "transforming" test classes, so switching to Provider instead of `dagger.Lazy` to avoid the problem. It's not an issue since the injected class is has FirebaseAppScope(which is singleton-like).
/test smoke-tests |
@vkryachko: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Generated by 🚫 Danger |
64d58ba
to
7be45bc
Compare
@@ -1,5 +1,5 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need all
or would bin
suffice here?
No description provided.