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

Commit c7fa124

Browse files
committed
Merge branch 'main' of github.com:androidx/constraintlayout into main
2 parents 7106b67 + c469256 commit c7fa124

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

constraintlayout/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
dependencies {
1010
classpath 'com.android.tools.build:gradle:4.2.0-beta02'
11-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30'
11+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
@@ -58,19 +58,19 @@ task dist doLast {
5858
project(':constraintlayout') {
5959
ext.pomName = 'Android ConstraintLayout'
6060
ext.pomDesc = 'ConstraintLayout for Android'
61-
ext.version = '2.1.0-alpha2'
61+
ext.version = '2.1.0-beta01'
6262
}
6363

6464
project(':core') {
6565
ext.pomName = 'Android ConstraintLayout Core'
6666
ext.pomDesc = 'ConstraintLayout core'
67-
ext.version = '1.0.0-alpha3'
67+
ext.version = '1.0.0-beta01'
6868
}
6969

7070
project(':compose') {
7171
ext.pomName = 'ConstraintLayout for Jetpack Compose'
7272
ext.pomDesc = 'ConstraintLayout for Jetpack Compose'
73-
ext.version = '1.0.0-alpha03'
73+
ext.version = '1.0.0-alpha04'
7474
}
7575

7676
subprojects { Project project ->

constraintlayout/compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
composeOptions {
35-
kotlinCompilerVersion "1.4.30"
35+
kotlinCompilerVersion "1.4.31"
3636
kotlinCompilerExtensionVersion compose_version
3737
}
3838

0 commit comments

Comments
 (0)