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

Commit 734627a

Browse files
committed
Update compose to 1.2.1
1 parent 1aa30f1 commit 734627a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 "1.3.0"
53+
kotlinCompilerExtensionVersion compose_compiler_version
5454
}
5555
packagingOptions {
5656
resources {

MotionCompose/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
buildscript {
1818
ext {
1919
compose_version = '1.2.1'
20+
compose_compiler_version = '1.3.0'
2021
}
2122
}
2223

0 commit comments

Comments
 (0)