This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
constraintlayout/src/main/java/androidx/constraintlayout/widget Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ public class ConstraintLayout extends ViewGroup {
562
562
/**
563
563
* @DoNotShow
564
564
*/
565
- public static final String VERSION = "ConstraintLayout-2.2.0-alpha01 " ;
565
+ public static final String VERSION = "ConstraintLayout-2.2.0-alpha02 " ;
566
566
private static final String TAG = "ConstraintLayout" ;
567
567
568
568
private static final boolean USE_CONSTRAINTS_HELPER = true ;
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ usePrebuilts=false
5
5
android.enableD8.desugaring =true
6
6
android.useAndroidX =true
7
7
8
- constraintlayout.version =2.2.0-alpha01
9
- core.version =1.1.0-alpha01
10
- compose.version =1.1.0-alpha01
11
- tools.version =1.0.0-alpha05
12
- swing.version =1.0.0-alpha05
8
+ constraintlayout.version =2.2.0-alpha02
9
+ core.version =1.1.0-alpha02
10
+ compose.version =1.1.0-alpha02
11
+ tools.version =1.0.0-alpha06
12
+ swing.version =1.0.0-alpha06
13
13
org.gradle.java.home =/Applications/Android Studio.app/Contents/jre/Contents/Home
14
+
You can’t perform that action at this time.
0 commit comments