We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131258f commit d8e83bdCopy full SHA for d8e83bd
build.gradle.kts
@@ -23,7 +23,7 @@ plugins {
23
kotlin("plugin.serialization") version kotlinVersion apply false
24
25
id("love.forte.plugin.suspend-transform") version "2.1.20-0.11.1" apply false
26
- id("com.android.library") version "8.7.3" apply false
+ id("com.android.library") version "8.9.0" apply false
27
id("com.android.application") version "8.7.3" apply false
28
29
id("com.github.ben-manes.versions") version "0.52.0" apply false
0 commit comments