diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 23f905abbe..0d716c8e3b 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -105,6 +105,7 @@ android { } resValue("string", "app_name_suffixed", "yuzu") + isDefault = true isMinifyEnabled = true isShrinkResources = true isJniDebuggable = false diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index 128514ccf3..fc300dc445 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts @@ -4,8 +4,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.9.0" apply false - id("com.android.library") version "8.9.0" apply false + id("com.android.application") version "8.9.2" apply false + id("com.android.library") version "8.9.2" apply false id("org.jetbrains.kotlin.android") version "2.1.20-RC2" apply false }