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

Commit 6a1ffb2

Browse files
committed
gradle version updated.
1 parent 0bd2f64 commit 6a1ffb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ buildscript {
1111
plugins {
1212
id 'com.android.application' version '7.3.0' apply false
1313
id 'com.android.library' version '7.3.0' apply false
14-
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
14+
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
1515
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
compose true
4040
}
4141
composeOptions {
42-
kotlinCompilerExtensionVersion '1.1.1'
42+
kotlinCompilerExtensionVersion "1.4.2"
4343
}
4444
packagingOptions {
4545
resources {

0 commit comments

Comments
 (0)