diff options
| author | Simonx22 <simon@oatmealdome.me> | 2025-11-11 07:12:46 -0500 |
|---|---|---|
| committer | Simonx22 <simon@oatmealdome.me> | 2025-11-11 07:12:46 -0500 |
| commit | cd6212538519cbf93b628c71eab3d0e4b981c927 (patch) | |
| tree | 383d9d44429bf262ae3bc7ee06563ec66e500b34 /Source/Android | |
| parent | f51eaf3282416157af1f58f4803c683dcae7e70f (diff) | |
Android: Upgrade AGP dependency from 8.11.0 to 8.13.0
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/build.gradle.kts | 6 |
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 } |
