Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public class ConstraintLayout extends ViewGroup {
/**
* @hide
*/
public static final String VERSION = "ConstraintLayout-2.1.0-beta02";
public static final String VERSION = "ConstraintLayout-2.1.0-rc1";
private static final String TAG = "ConstraintLayout";

private static final boolean USE_CONSTRAINTS_HELPER = true;
Expand Down
6 changes: 3 additions & 3 deletions constraintlayout/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ usePrebuilts=false
android.enableD8.desugaring=true
android.useAndroidX=true

constraintlayout.version=2.1.0-beta02
core.version=1.0.0-beta03
compose.version=1.0.0-alpha08
constraintlayout.version=2.1.0-rc1
core.version=1.0.0-beta04
compose.version=1.0.0-beta01