Skip to content

Commit

Permalink
Remove uneeded property
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Jan 3, 2024
1 parent 5723f4d commit 6c884d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public class LoginDecryptPayload
public class LoginDecryptResponse
{
public string access_token { get; set; } = "";
public long frl_account_id { get; set; } = 0;
}

public class LoginResponse
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.10" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="131">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.11" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="132">
<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.10.0")]
[assembly: AssemblyFileVersion("1.15.10.0")]
[assembly: AssemblyVersion("1.15.11.0")]
[assembly: AssemblyFileVersion("1.15.11.0")]

0 comments on commit 6c884d4

Please sign in to comment.