Skip to content

Commit 8fc483e

Browse files
update compose version to 1.3.0-alpha01
1 parent eb44d5b commit 8fc483e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
compose true
3838
}
3939
composeOptions {
40-
kotlinCompilerExtensionVersion compose_version
40+
kotlinCompilerExtensionVersion '1.2.0'
4141
}
4242
packagingOptions {
4343
resources {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
22
ext {
3-
compose_version = '1.2.0-rc02'
3+
compose_version = '1.3.0-alpha01'
44
}
55
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
plugins {
77
id 'com.android.application' version '7.2.1' apply false
88
id 'com.android.library' version '7.2.1' apply false
9-
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
9+
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
1010
}
1111

1212
task clean(type: Delete) {

image/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
compose true
3333
}
3434
composeOptions {
35-
kotlinCompilerExtensionVersion compose_version
35+
kotlinCompilerExtensionVersion '1.2.0'
3636
}
3737

3838
packagingOptions {

0 commit comments

Comments
 (0)