Update all dependencies

This commit is contained in:
renovate[bot]
2024-12-10 14:41:50 +00:00
committed by GitHub
parent f4df249cbc
commit 9ee4581197
6 changed files with 213 additions and 140 deletions

View File

@@ -16,7 +16,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.3" apply false
id("com.android.library") version "8.1.3" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.android.application") version "8.7.3" apply false
id("com.android.library") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}