This commit is contained in:
闫婷婷 2022-06-21 11:03:03 +08:00
parent 0c8f95d873
commit 31d8777cc6
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public static class JoyPacParamsManager
strList.Add(adPath + "Third/applovin/AppLovinSDKResources.bundle"); strList.Add(adPath + "Third/applovin/AppLovinSDKResources.bundle");
strList.Add(adPath + "Third/sigmob/Sigmob.bundle"); strList.Add(adPath + "Third/sigmob/Sigmob.bundle");
strList.Add(adPath + "Third/fyber/IASDKCore/IASDKResources.bundle"); strList.Add(adPath + "Third/fyber/IASDKResources.bundle");
} }
string[] str = strList.ToArray(); string[] str = strList.ToArray();
return str; return str;