Skip to content

Commit 8815cfe

Browse files
committed
Upgrade Android compose version
Signed-off-by: Kexuan Yang <kexuan.yang@gmail.com>
1 parent 9d4a2b8 commit 8815cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
compose = true
6363
}
6464
composeOptions {
65-
kotlinCompilerExtensionVersion = "1.4.3"
65+
kotlinCompilerExtensionVersion = "1.5.8"
6666
}
6767
flavorDimensions += "feature"
6868
productFlavors {

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id("com.android.application") version "8.2.1" apply false
4-
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
4+
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
55
id("com.android.library") version "8.2.1" apply false
66
}

0 commit comments

Comments
 (0)