Update plugin com.android.library to v8.3.1

This commit is contained in:
renovate[bot]
2024-04-01 05:15:22 +00:00
committed by GitHub
parent 2f20dea611
commit 8e9da0ad6f

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.3.1" apply false
id("com.android.library") version "8.2.2" apply false
id("com.android.library") version "8.3.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
}