From 71d1fed96a92a78c643ba3b2d0ebfdd09e877e8e Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Mon, 3 Mar 2025 00:08:57 +0000 Subject: [PATCH] android: Updated AGP to 8.8.1 and Gradle to 8.10.2 (#616) --- src/android/build.gradle.kts | 6 +++--- src/android/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index 77ee442d1..fe80a02b5 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts @@ -1,11 +1,11 @@ -// Copyright Citra Emulator Project / Lime3DS Emulator Project +// Copyright Citra Emulator Project / Azahar Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included. // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.7.2" apply false - id("com.android.library") version "8.7.2" apply false + id("com.android.application") version "8.8.1" apply false + id("com.android.library") version "8.8.1" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20" } diff --git a/src/android/gradle/wrapper/gradle-wrapper.properties b/src/android/gradle/wrapper/gradle-wrapper.properties index 2c922782e..8c21fb28b 100644 --- a/src/android/gradle/wrapper/gradle-wrapper.properties +++ b/src/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip