This update includes fixes for the following public issues:
You can now easily export databases, tables, and query results from the Database Inspector to save, share, or recreate locally.
To learn more, see the release notes.
Starting in AGP 7.0.0-alpha10, R8 will more precisely and consistently handle missing classes and the -dontwarn option. Therefore, you should start to evaluate the missing class warnings emitted by R8.
-dontwarn
We are happy to announce the release of ConstraintLayout 2.1.0 beta 1, with many new features :)
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.0-beta01'
}
More information about the new features in 2.1.0 can be found on the wiki, the source code is available on https://github.com/androidx/constraintlayout
ConstraintLayout
Helpers
MotionLayout
When using Android Gradle plugin 7.0 to build your app, JDK 11 is now required to run Gradle. Android Studio Arctic Fox bundles JDK 11 and configures Gradle to use it by default, which means that most Android Studio users do not need to make any configuration changes to their projects.
For more information, see the release notes.