forked from MeloNX/MeloNX
android - bump version
This commit is contained in:
parent
1a94e37816
commit
08853515af
@ -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 {
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user