diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-02-01 11:44:39 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-02-01 11:44:39 +1000 |
commit | a96216ff350d055813253aa45d3503e69d7ec3a2 (patch) | |
tree | e2d2026c248c68344553372502d30c8df9b66785 /src/android/build.gradle.kts | |
parent | 6ab82e8eeb3972745de76432c57dcaf29f3a45d3 (diff) |
Android: Update build configuration for Android 15
Update build configuration to support Android 15 (API 35) devices and
optimize build settings for better compatibility.
Diffstat (limited to 'src/android/build.gradle.kts')
-rw-r--r-- | src/android/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index b5ebbf59d..4f7490f06 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2023 yuzu Emulator Project +// SPDX-FileCopyrightText: 2025 citron 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. |