Skip to content

Commit

Permalink
Fix restoring of backups without app data and unmodded
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Dec 29, 2023
1 parent b50e7be commit 45c7fa6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion QuestAppVersionSwitcher/Assets/html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ function AfterAPKInstall() {
GotoStep("4.1")
}
} else {

GotoStep(5)
}
}
})
Expand Down
2 changes: 1 addition & 1 deletion QuestAppVersionSwitcher/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.7" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="128">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.8" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="129">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="32" />
<uses-permission android:name="oculus.permission.handtracking" />
<uses-permission android:name="com.oculus.permission.HAND_TRACKING" />
Expand Down
4 changes: 2 additions & 2 deletions QuestAppVersionSwitcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("1.15.7.0")]
[assembly: AssemblyFileVersion("1.15.7.0")]
[assembly: AssemblyVersion("1.15.8.0")]
[assembly: AssemblyFileVersion("1.15.8.0")]

0 comments on commit 45c7fa6

Please sign in to comment.