This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
constraintlayout/src/main/java/androidx/constraintlayout/widget Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' org.jetbrains.kotlin.android'
55}
66
7- def compose_version = ' 1.0.0 '
7+ def compose_version = ' 1.0.1 '
88def kotlin_version = " 1.5.10"
99
1010android {
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ public class ConstraintLayout extends ViewGroup {
487487 /**
488488 * @suppress
489489 */
490- public static final String VERSION = "ConstraintLayout-2.1.3 " ;
490+ public static final String VERSION = "ConstraintLayout-2.1.4 " ;
491491 private static final String TAG = "ConstraintLayout" ;
492492
493493 private static final boolean USE_CONSTRAINTS_HELPER = true ;
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ usePrebuilts=false
55android.enableD8.desugaring =true
66android.useAndroidX =true
77
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