This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 {
5858project(' :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
6464project(' :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
7070project(' :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
7676subprojects { Project project ->
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments