This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree 3 files changed +7
-7
lines changed
constraintlayout/src/main/java/androidx/constraintlayout/widget
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id ' org.jetbrains.kotlin.android'
5
5
}
6
6
7
- def compose_version = ' 1.0.0 '
7
+ def compose_version = ' 1.0.1 '
8
8
def kotlin_version = " 1.5.10"
9
9
10
10
android {
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ public class ConstraintLayout extends ViewGroup {
487
487
/**
488
488
* @suppress
489
489
*/
490
- public static final String VERSION = "ConstraintLayout-2.1.3 " ;
490
+ public static final String VERSION = "ConstraintLayout-2.1.4 " ;
491
491
private static final String TAG = "ConstraintLayout" ;
492
492
493
493
private static final boolean USE_CONSTRAINTS_HELPER = true ;
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ usePrebuilts=false
5
5
android.enableD8.desugaring =true
6
6
android.useAndroidX =true
7
7
8
- constraintlayout.version =2.1.3
9
- core.version =1.0.3
10
- compose.version =1.0.0
11
- tools.version =1.0.0-alpha04
12
- swing.version =1.0.0-alpha04
8
+ constraintlayout.version =2.1.4
9
+ core.version =1.0.4
10
+ compose.version =1.0.1
11
+ tools.version =1.0.0-alpha05
12
+ swing.version =1.0.0-alpha05
You can’t perform that action at this time.
0 commit comments