You've already forked Commercialization.topon
升级topon android sdk 到最新版本, 创建版本迭代 1.4.0
This commit is contained in:
@@ -214,9 +214,11 @@ namespace AnyThink.Scripts.IntegrationManager.Editor
|
||||
}
|
||||
|
||||
public void DeleteSdkVersion(PluginData pluginData, int index, int os) {
|
||||
var sdkVersion = pluginData.androidVersions[index];
|
||||
var sdkVersion = "";
|
||||
if (os == ATConfig.OS_IOS) {
|
||||
sdkVersion = pluginData.iosVersions[index];
|
||||
} else {
|
||||
sdkVersion = pluginData.androidVersions[index];
|
||||
}
|
||||
ATIntegrationManager.Instance.deleteSdk(pluginData, sdkVersion, os);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user