VerveDo/build.gradle.kts
Super12138 0fd7920217
Merge pull request #8 from Super12138/renovate/com.android.application-8.x
Update plugin com.android.application to v8.3.0
2024-03-02 08:21:56 +08:00

6 lines
No EOL
311 B
Text

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.3.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.18" apply false
}