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

Commit 84d2dac

Browse files
authored
version bump 2.1.4 (#604)
Co-authored-by: Jian-Syuan (Shane) Wong <[email protected]>
1 parent 1ca25fa commit 84d2dac

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

constraintlayout/compose/build.gradle

+1-1
Original file line numberDiff line numberDiff 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'
88
def kotlin_version = "1.5.10"
99

1010
android {

constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ConstraintLayout.java

+1-1
Original file line numberDiff line numberDiff 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;

constraintlayout/gradle.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ usePrebuilts=false
55
android.enableD8.desugaring=true
66
android.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

0 commit comments

Comments
 (0)