We are very happy to announce the release of ConstraintLayout 2.1.0, the final release for 2.1, as well as the 1.0.0 beta02 release for ConstraintLayout in Jetpack Compose
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
}
implementation 'androidx.constraintlayout:constraintlayout-compose:1.0.0-beta02'
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
More information about the new features in 1.0 can be found on the wiki, the source code is available on https://github.com/androidx/constraintlayout. Examples found here.
Android Studio Arctic Fox is now available in the Stable channel. You can download it here.
Android Studio - Bumblebee | 2021.1.1 Canary 5 is now available in the Canary and Dev channels.
If you already have an Android Studio build on the Canary or Dev channel, you can get the update by clicking Help > Check for Update (or Android Studio > Check for Updates on macOS). Otherwise, you can download here.
For information on new features and changes in all preview builds of Android Studio Arctic Fox, see the Android Studio Preview release notes. For details of bugs fixed in each preview release, see previous entries on this blog.
When deploying from the IDE, Android Gradle Plugin 7.1.0-alpha05 fixes the issue where switching and redeploying to devices running different API levels would cause some dexing tasks to re-run. Also, when deploying from the IDE, release variants now have their dexing pipeline optimized for the device you are deploying to.
The bug fixes included in this update can be found here. For details of bugs fixed in each preview release, see previous entries on this blog.
We greatly appreciate your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by reporting a bug. Note that you can also vote for an existing issue to indicate that it also affects you.
We are happy to announce the release of ConstraintLayout 2.1.0 rc01, the release candidate for 2.1, as well as the 1.0.0 beta01 release for ConstraintLayout in Jetpack Compose
implementation 'androidx.constraintlayout:constraintlayout:2.1.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout-compose:1.0.0-beta01'
Android Studio - Bumblebee | 2021.1.1 Canary 4 is now available in the Canary and Dev channels.
The minimum supported build tools version for Android Gradle Plugin 7.1.0-alpha04 is now 30.0.3. Projects that specify a lower version in their build files will automatically use the minimum supported version.
Android Gradle Plugin 7.1.0 and higher allows you to publish java & kotlin source jars apart from AARs for library projects. The sources will be added to POM and Gradle module file. You can enable this feature by adding withSourcesJar() under singleVariant or multipleVariants publishing block. To learn more, see examples here.
Android Studio - Arctic Fox RC 1 (2020.3.1.21) is now available in the Beta channel.
If you have Android Studio set up to receive updates on the Beta channel, you can get the update by choosing Help > Check for Updates (Android Studio > Check for Updates on macOS). Otherwise, you can download it here.
For information on new features and changes in all preview builds of Android Studio Arctic Fox, see the Android Studio Preview release notes.
Android Studio - Arctic Fox Beta 5 (2020.3.1.20) is now available in the Beta channel.