Merge pull request #14103 from Simonx22/android/agp-8.11.0-to-8.13.0

Android: Upgrade AGP dependency from 8.11.0 to 8.13.0
This commit is contained in:
Jordan Woyak
2025-11-11 14:33:05 -06:00
committed by GitHub

View File

@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.11.0" apply false
id("com.android.library") version "8.11.0" apply false
id("com.android.application") version "8.13.0" apply false
id("com.android.library") version "8.13.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
id("com.android.test") version "8.11.0" apply false
id("com.android.test") version "8.13.0" apply false
id("androidx.baselineprofile") version "1.3.3" apply false
}