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

Commit c469256

Browse files
authored
bump compose version to beta 2 (#178)
* Update build.gradle Bump version numbers to 2.1.0-beta01, 1.0.0-beta01 for -core and 1.0.0-alpha04 for compose. * bump compose version to beta 2
1 parent 31e9547 commit c469256

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

constraintlayout/build.gradle

Lines changed: 1 addition & 1 deletion
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

constraintlayout/compose/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33
apply plugin: 'kotlin-android'
44

5-
def compose_version = '1.0.0-beta01'
5+
def compose_version = '1.0.0-beta02'
66

77
android {
88
compileSdkVersion 30
@@ -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)