File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ android {
5858 compose true
5959 }
6060 composeOptions {
61- kotlinCompilerExtensionVersion = " 1.4.6 "
61+ kotlinCompilerExtensionVersion = " 1.4.7 "
6262 }
6363 namespace ' com.dessalines.thumbkey'
6464}
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ buildscript {
77}
88
99plugins {
10- id ' com.android.application' version ' 8.2.0-alpha01 ' apply false
11- id ' com.android.library' version ' 8.2.0-alpha01 ' apply false
12- id ' org.jetbrains.kotlin.android' version ' 1.8.20 ' apply false
10+ id ' com.android.application' version ' 8.2.0-alpha02 ' apply false
11+ id ' com.android.library' version ' 8.2.0-alpha02 ' apply false
12+ id ' org.jetbrains.kotlin.android' version ' 1.8.21 ' apply false
1313 id ' org.jmailen.kotlinter' version " 3.13.0" apply false
14- id ' com.google.devtools.ksp' version " 1.8.20 -1.0.10 " apply false
14+ id ' com.google.devtools.ksp' version " 1.8.21 -1.0.11 " apply false
1515}
1616
1717subprojects {
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ pluginManagement {
55 mavenCentral()
66 }
77 plugins {
8- id ' com.android.application' version ' 8.2.0-alpha01 '
9- id ' com.android.library' version ' 8.2.0-alpha01 '
8+ id ' com.android.application' version ' 8.2.0-alpha02 '
9+ id ' com.android.library' version ' 8.2.0-alpha02 '
1010 id ' org.jetbrains.kotlin.android' version ' 1.6.21'
1111 }
1212}
You can’t perform that action at this time.
0 commit comments