summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-11-11 14:33:05 -0600
committerGitHub <noreply@github.com>2025-11-11 14:33:05 -0600
commit731849c239778fd1c9be930773630c705fbd4fc6 (patch)
tree62a3a72d9d78fd554eb3c5626169f8a32a31b0e7 /Source/Android
parentf0ed26046085bd0e3c469bd2bad1c10c01be8ef6 (diff)
parentcd6212538519cbf93b628c71eab3d0e4b981c927 (diff)
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
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Android/build.gradle.kts b/Source/Android/build.gradle.kts
index ed91cc6f4f..f4e5a5f41f 100644
--- a/Source/Android/build.gradle.kts
+++ b/Source/Android/build.gradle.kts
@@ -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
}