File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ fetch("/api/downgrade/usediff").then(res => res.json().then(res => {
1919 if ( diffDowngradeEnabled ) {
2020 setTimeout ( ( ) => {
2121 UpdateDowngrades ( )
22- } , 2500
22+ } , 2500 )
2323 }
2424 ReloadDowngradeIFrame ( ) ;
2525} ) )
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.15.21 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 142 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.15.22 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 143 " >
33 <uses-sdk android : minSdkVersion =" 28" android : targetSdkVersion =" 32" />
44 <uses-permission android : name =" oculus.permission.handtracking" />
55 <uses-permission android : name =" com.oculus.permission.HAND_TRACKING" />
Original file line number Diff line number Diff line change 2222// Minor Version
2323// Build Number
2424// Revision
25- [ assembly: AssemblyVersion ( "1.15.21 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.15.21 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.15.22 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.15.22 .0" ) ]
You can’t perform that action at this time.
0 commit comments