Skip to content

Commit 6c884d4

Browse files
committed
Remove uneeded property
1 parent 5723f4d commit 6c884d4

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

QuestAppVersionSwitcher/OculusGraphQLApiLib/GraphQL/LoginClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ public class LoginDecryptPayload
152152
public class LoginDecryptResponse
153153
{
154154
public string access_token { get; set; } = "";
155-
public long frl_account_id { get; set; } = 0;
156155
}
157156

158157
public class LoginResponse

QuestAppVersionSwitcher/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<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">
2+
<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">
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" />

QuestAppVersionSwitcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Minor Version
2323
// Build Number
2424
// Revision
25-
[assembly: AssemblyVersion("1.15.10.0")]
26-
[assembly: AssemblyFileVersion("1.15.10.0")]
25+
[assembly: AssemblyVersion("1.15.11.0")]
26+
[assembly: AssemblyFileVersion("1.15.11.0")]

0 commit comments

Comments
 (0)