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 {
8
8
9
9
dependencies {
10
10
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 '
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
@@ -58,19 +58,19 @@ task dist doLast {
58
58
project(' :constraintlayout' ) {
59
59
ext. pomName = ' Android ConstraintLayout'
60
60
ext. pomDesc = ' ConstraintLayout for Android'
61
- ext. version = ' 2.1.0-alpha2 '
61
+ ext. version = ' 2.1.0-beta01 '
62
62
}
63
63
64
64
project(' :core' ) {
65
65
ext. pomName = ' Android ConstraintLayout Core'
66
66
ext. pomDesc = ' ConstraintLayout core'
67
- ext. version = ' 1.0.0-alpha3 '
67
+ ext. version = ' 1.0.0-beta01 '
68
68
}
69
69
70
70
project(' :compose' ) {
71
71
ext. pomName = ' ConstraintLayout for Jetpack Compose'
72
72
ext. pomDesc = ' ConstraintLayout for Jetpack Compose'
73
- ext. version = ' 1.0.0-alpha03 '
73
+ ext. version = ' 1.0.0-alpha04 '
74
74
}
75
75
76
76
subprojects { Project project ->
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
}
33
33
34
34
composeOptions {
35
- kotlinCompilerVersion " 1.4.30 "
35
+ kotlinCompilerVersion " 1.4.31 "
36
36
kotlinCompilerExtensionVersion compose_version
37
37
}
38
38
You can’t perform that action at this time.
0 commit comments