Update plugin com.android.library to v8.4.1 #20

Merged
bot merged 2 commits from renovate/com.android.library-8.x into main 2024-05-25 15:47:05 +02:00
Showing only changes of commit f33b4672b0 - Show all commits

View File

@ -4,5 +4,5 @@ plugins {
id 'com.android.application' version '8.4.1' apply false id 'com.android.application' version '8.4.1' apply false
id 'com.android.library' version '8.4.0' apply false id 'com.android.library' version '8.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
id 'com.autonomousapps.dependency-analysis' version '1.31.0' apply true id 'com.autonomousapps.dependency-analysis' version '1.32.0' apply true
} }