Skip to content

Commit

Permalink
version bump 2.2.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
jswong65 authored and jafu888 committed Sep 21, 2022
1 parent b8993a3 commit 07ccee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -561,7 +561,7 @@ public class ConstraintLayout extends ViewGroup {
/**
*
*/
public static final String VERSION = "ConstraintLayout-2.2.0-alpha03";
public static final String VERSION = "ConstraintLayout-2.2.0-alpha04";
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.2.0-alpha03
core.version=1.1.0-alpha03
compose.version=1.1.0-alpha03
tools.version=1.0.0-alpha07
swing.version=1.0.0-alpha07
constraintlayout.version=2.2.0-alpha04
core.version=1.1.0-alpha04
compose.version=1.1.0-alpha04
tools.version=1.0.0-alpha08
swing.version=1.0.0-alpha08

0 comments on commit 07ccee1

Please sign in to comment.