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

Commit

Permalink
version bump 2.2.0 (#606)
Browse files Browse the repository at this point in the history
Co-authored-by: Jian-Syuan (Shane) Wong <shanewong@google.com>
  • Loading branch information
jswong65 and jswong65 authored May 19, 2022
1 parent ca60c5c commit 1ec032a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ public class ConstraintLayout extends ViewGroup {
/**
* @DoNotShow
*/
public static final String VERSION = "ConstraintLayout-2.1.3";
public static final String VERSION = "ConstraintLayout-2.2.0-alpha01";
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.3
core.version=1.0.3
compose.version=1.0.0
tools.version=1.0.0-alpha04
swing.version=1.0.0-alpha04
constraintlayout.version=2.2.0-alpha01
core.version=1.1.0-alpha01
compose.version=1.1.0-alpha01
tools.version=1.0.0-alpha05
swing.version=1.0.0-alpha05

0 comments on commit 1ec032a

Please sign in to comment.