Merge pull request #8 from Super12138/renovate/com.android.application-8.x

Update plugin com.android.application to v8.3.0
This commit is contained in:
Super12138 2024-03-02 08:21:56 +08:00 committed by GitHub
commit 0fd7920217
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.2" apply false
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
}