Skip to content

Commit

Permalink
Add GooglePlay and MetaQuest to list of platforms for SDK auto-instal…
Browse files Browse the repository at this point in the history
…lation
  • Loading branch information
hach-que committed Dec 10, 2024
1 parent fa3e2d5 commit 3e80b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UET/Redpoint.Uet.SdkManagement/Sdk/AndroidSdkSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private JdkInfo GetJdkInfo()
return _jdkInfos.Last().Value;
}

public IReadOnlyList<string> PlatformNames => new[] { "Android" };
public IReadOnlyList<string> PlatformNames => new[] { "Android", "GooglePlay", "MetaQuest" };

public string CommonPlatformNameForPackageId => "Android";

Expand Down

0 comments on commit 3e80b35

Please sign in to comment.