chore: downgrade AGP to 8.6.0 for my Android Studio

This commit is contained in:
2026-05-14 00:43:27 +02:00
parent 2a7025ae9c
commit f0df38c98b

View File

@@ -1,3 +1,3 @@
plugins {
id 'com.android.library' version '8.7.2' apply false
id 'com.android.library' version '8.6.0' apply false
}