Compare commits

..
Author SHA1 Message Date
Renovate Bot 8e72cc22a5 Update plugin com.android.library to v9.4.0 2026-09-18 02:02:27 +00:00
+2 -2
View File
@@ -8,7 +8,7 @@ buildscript {
plugins { plugins {
id 'com.android.application' version '9.3.2' apply false id 'com.android.application' version '9.3.2' apply false
id 'com.android.library' version '9.3.2' apply false id 'com.android.library' version '9.4.0' apply false
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
id 'com.autonomousapps.dependency-analysis' version '3.19.2' apply true id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true
} }