update build and gradle

This commit is contained in:
2026-09-16 22:00:19 +02:00
parent 0d0b2e7091
commit 732f9558f6
3 changed files with 84 additions and 22 deletions
+4 -4
View File
@@ -7,8 +7,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '9.4.0' apply false
id 'com.android.library' version '9.4.0' apply false
id 'org.jetbrains.kotlin.android' version '2.4.20' apply false
id 'com.autonomousapps.dependency-analysis' version '3.19.2' apply true
id 'com.android.application' version '9.3.2' apply false
id 'com.android.library' version '9.3.2' apply false
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true
}