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);
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 06d48237d6b6443f1b7cb368fc134467
|
||||
guid: 435df1e40057948a581aaa9c703eadba
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
|
||||
Reference in New Issue
Block a user