Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

bump version #403

Merged
merged 1 commit into from
Sep 24, 2021
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 {
/**
* @suppress
*/
public static final String VERSION = "ConstraintLayout-2.1.0";
public static final String VERSION = "ConstraintLayout-2.1.1";
private static final String TAG = "ConstraintLayout";

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

constraintlayout.version=2.1.0
core.version=1.0.0
compose.version=1.0.0-beta02
tools.version=1.0.0-alpha01
swing.version=1.0.0-alpha01
constraintlayout.version=2.1.1
core.version=1.0.1
compose.version=1.0.0-rc01
tools.version=1.0.0-alpha02
swing.version=1.0.0-alpha02