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

Commit

Permalink
bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jafu888 committed Jul 30, 2021
1 parent d7e308f commit a9af02f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-rc01";
public static final String VERSION = "ConstraintLayout-2.1.0";
private static final String TAG = "ConstraintLayout";

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

constraintlayout.version=2.1.0-rc01
core.version=1.0.0-beta04
constraintlayout.version=2.1.0
core.version=1.0.0
compose.version=1.0.0-beta01
tools.version=1.0.0-alpha01

0 comments on commit a9af02f

Please sign in to comment.