From e1108010a6a8bcd7b04ab5ccab04acf98e92fa5e Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Fri, 28 Nov 2025 23:58:55 -0400 Subject: [PATCH] [android] Update Gradle to 8.13.1 --- src/android/build.gradle.kts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index 051695d2d1..753fd45405 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts @@ -1,9 +1,12 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: 2023 yuzu Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.9.1" apply false + id("com.android.application") version "8.13.1" apply false id("com.android.library") version "8.1.4" apply false id("org.jetbrains.kotlin.android") version "1.9.20" apply false }