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

Commit d8867c8

Browse files
authored
Merge pull request #490 from jswong65/213
version bump 2.1.3
2 parents b09df3c + 8fe503c commit d8867c8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

constraintlayout/compose/build.gradle

Lines changed: 1 addition & 1 deletion
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-rc02'
7+
def compose_version = '1.0.0'
88
def kotlin_version = "1.5.10"
99

1010
android {

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

Lines changed: 1 addition & 1 deletion
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.2";
490+
public static final String VERSION = "ConstraintLayout-2.1.3";
491491
private static final String TAG = "ConstraintLayout";
492492

493493
private static final boolean USE_CONSTRAINTS_HELPER = true;

constraintlayout/gradle.properties

Lines changed: 5 additions & 5 deletions
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.2
9-
core.version=1.0.2
10-
compose.version=1.0.0-rc02
11-
tools.version=1.0.0-alpha03
12-
swing.version=1.0.0-alpha03
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

0 commit comments

Comments
 (0)