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

Commit 1aa30f1

Browse files
committed
Update compose to 1.2.1
1 parent 26bb224 commit 1aa30f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MotionCompose/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
compose true
5151
}
5252
composeOptions {
53-
kotlinCompilerExtensionVersion compose_version
53+
kotlinCompilerExtensionVersion "1.3.0"
5454
}
5555
packagingOptions {
5656
resources {

MotionCompose/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildscript {
1818
ext {
19-
compose_version = '1.2.0'
19+
compose_version = '1.2.1'
2020
}
2121
}
2222

2323
plugins {
2424
id 'com.android.application' version '7.2.1' apply false
2525
id 'com.android.library' version '7.2.1' apply false
26-
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
26+
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
2727
}
2828

2929
task clean(type: Delete) {

0 commit comments

Comments
 (0)