Skip to content

Commit

Permalink
bump version (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafu888 committed Sep 24, 2021
1 parent f0737d1 commit cc52d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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
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

0 comments on commit cc52d2d

Please sign in to comment.