-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Update Android Gradle Plugin to version 7.0.2 #6974
Update Android Gradle Plugin to version 7.0.2 #6974
Conversation
Release notes are available here: https://developer.android.com/studio/releases/gradle-plugin#7-0-0
Update: The build requires now Java 11 so the GH-action workflows have to be adjusted |
Using Java 11
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.
Looks good to me.
com.android.tools.build:gradle
to 7.0.1There 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.
I think we can switch to building with Java 11 without problems. I already build with JDK 11
https://androidstudio.googleblog.com/2021/09/android-studio-arctic-fox-202031-patch.html |
This breaks compat with pure IDEA without google's See also https://youtrack.jetbrains.com/issue/IDEA-281657 Idea users need to revert this when they want to do anything. |
This is fixed/resolved: https://youtrack.jetbrains.com/issue/IDEA-275441#focus=Comments-27-5223246.0-0 |
Only in the early access builds though. It'd just be nice to be a bit more conservative with major revision bumps like these in the future then. |
What is it?
Description of the changes in your PR
com.android.tools.build:gradle
to 7.0.1 (recommended through Android Studio)APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
Due diligence