chore(deps): upgrade AGP to 9.0.0

This commit is contained in:
ThibaultBee
2026-02-04 14:38:39 +01:00
parent 344f270a06
commit 529356a052
3 changed files with 13 additions and 3 deletions

View File

@@ -7,6 +7,6 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.13.0' apply false
id 'com.android.application' version '9.0.0' apply false
id 'org.jetbrains.kotlin.android' version '2.2.20' apply false
}