From 5899816f7c03f5c13397acdaecb6886651b9666b Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Wed, 3 Dec 2025 14:25:53 -0400 Subject: [PATCH] [revert] Update Gradle to 8.13.1 --- src/android/build.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index 753fd45405..051695d2d1 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts @@ -1,12 +1,9 @@ -// 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.13.1" apply false + id("com.android.application") version "8.9.1" apply false id("com.android.library") version "8.1.4" apply false id("org.jetbrains.kotlin.android") version "1.9.20" apply false }