File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111}
1212
1313plugins {
14- id ' com.android.application' version ' 8.0.0 ' apply false
15- id ' com.android.library' version ' 8.0.0 ' apply false
16- id ' org.jetbrains.kotlin.android' version ' 1.8.10 ' apply false
14+ id ' com.android.application' version ' 8.0.1 ' apply false
15+ id ' com.android.library' version ' 8.0.1 ' apply false
16+ id ' org.jetbrains.kotlin.android' version ' 1.8.21 ' apply false
1717}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 compose true
1212 }
1313 composeOptions {
14- kotlinCompilerExtensionVersion = " 1.4.3 "
14+ kotlinCompilerExtensionVersion = " 1.4.7 "
1515 }
1616}
1717
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 compose true
1313 }
1414 composeOptions {
15- kotlinCompilerExtensionVersion = " 1.4.3 "
15+ kotlinCompilerExtensionVersion = " 1.4.7 "
1616 }
1717}
1818
You can’t perform that action at this time.
0 commit comments