Skip to content

Commit

Permalink
Android: Upgrade gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer64ytb committed Jul 30, 2024
1 parent 6a448ab commit 2a54a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/default_ini.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
4 changes: 2 additions & 2 deletions src/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 2a54a2b

Please sign in to comment.