1
0
forked from MeloNX/MeloNX

android - bump version

This commit is contained in:
Emmanuel Hansen 2024-07-23 20:18:27 +00:00
parent 1a94e37816
commit 08853515af
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.ryujinx.android" applicationId "org.ryujinx.android"
minSdk 30 minSdk 30
targetSdk 34 targetSdk 34
versionCode 10039 versionCode 10040
versionName '1.0.39' versionName '1.0.40'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@ -80,7 +80,7 @@ class QuickSettings(val activity: Activity) {
editor.putBoolean("useSwitchLayout", useSwitchLayout) editor.putBoolean("useSwitchLayout", useSwitchLayout)
editor.putBoolean("enableMotion", enableMotion) editor.putBoolean("enableMotion", enableMotion)
editor.putBoolean("enablePerformanceMode", enablePerformanceMode) editor.putBoolean("enablePerformanceMode", enablePerformanceMode)
editor.putFloat("enablePerformanceMode", controllerStickSensitivity) editor.putFloat("controllerStickSensitivity", controllerStickSensitivity)
editor.putBoolean("enableDebugLogs", enableDebugLogs) editor.putBoolean("enableDebugLogs", enableDebugLogs)
editor.putBoolean("enableStubLogs", enableStubLogs) editor.putBoolean("enableStubLogs", enableStubLogs)