We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f60b1 commit 05e47d9Copy full SHA for 05e47d9
build.gradle.kts
@@ -21,7 +21,7 @@ buildscript {
21
plugins {
22
kotlin("multiplatform") version("1.8.0") apply false
23
kotlin("android") version("1.8.0") apply false
24
- id("com.android.application") version("7.3.0") apply false
+ id("com.android.application") version("7.4.2") apply false
25
id("com.android.library") version("7.4.2") apply false
26
id("org.jetbrains.compose") version "1.4.0" apply false
27
id ("com.diffplug.spotless") version("6.18.0")
0 commit comments