diff --git a/src/android/app/src/main/jni/default_ini.h b/src/android/app/src/main/jni/default_ini.h index 1382277fef..6ba3580f53 100644 --- a/src/android/app/src/main/jni/default_ini.h +++ b/src/android/app/src/main/jni/default_ini.h @@ -239,7 +239,7 @@ custom_bottom_height = # 0 (default): Top Screen is prominent, 1: Bottom Screen is prominent swap_screen = -# Expands the display area to include the cutout (or notch) area +# Expands the display area to include the cutout (or notch) area while gaming on landscape layout. # 0 (default): Off, 1: On expand_to_cutout_area = diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index 64cec9a037..d2b7de1963 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.4.0" apply false - id("com.android.library") version "8.4.0" apply false + id("com.android.application") version "8.5.1" apply false + id("com.android.library") version "8.5.1" apply false id("org.jetbrains.kotlin.android") version "2.0.0" apply false id("org.jetbrains.kotlin.plugin.serialization") version "2.0.0" }