feat(integration): 添加 AppLovin SDK 集成管理功能
- 实现 AppLovinIntegrationManagerUtils 版本比较工具类 - 添加 AppLovinPackageManager 处理 UPM 和 Assets 包管理 - 实现 AppLovinPluginMigrationHelper 插件迁移辅助功能 - 添加 AppLovinUpmManifest 管理 UPM 清单文件操作 - 支持 mediation adapter 的版本检测和安装管理 - 实现重复适配器检测和删除功能
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
/**
|
||||
* AppLovin MAX Unity Plugin C# Wrapper
|
||||
*/
|
||||
|
||||
using UnityEngine;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
//
|
||||
// AppLovin MAX Unity Plugin C# Wrapper
|
||||
//
|
||||
|
||||
public class MaxSdk :
|
||||
#if UNITY_EDITOR
|
||||
@@ -18,7 +14,7 @@ public class MaxSdk :
|
||||
MaxSdkUnityEditor
|
||||
#endif
|
||||
{
|
||||
private const string _version = "7.0.0";
|
||||
private const string _version = "8.5.1";
|
||||
|
||||
/// <summary>
|
||||
/// Returns the current plugin version.
|
||||
|
||||
Reference in New Issue
Block a user