[F] Android GA International

This commit is contained in:
2024-09-02 10:28:07 +08:00
parent f6aad92327
commit 55d2216e2c
2 changed files with 14 additions and 9 deletions

View File

@@ -299,7 +299,7 @@ public class SDKManager {
private static IGASDK GetGameGa(){
if(gasdk == null){
GAConfiguration.Builder builder = new GAConfiguration.Builder()
.withBaseUrl(BaseUrl.INTERNAL)
.withBaseUrl(BaseUrl.INTERNATIONAL)
.withContext(SDKWrapper.getInstance().getContext())
.withClientId(ConfigManager.SDK_CLIENTID)
.withGameId(ConfigManager.SDK_GAMEID)