From dac23dd810c3ca7701c9915399db451c7ef7210a Mon Sep 17 00:00:00 2001 From: Foldcc_b1 Date: Sun, 29 Jan 2023 14:12:51 +0800 Subject: [PATCH] update json --- Assets/AnyThinkPlugin/Editor/ATDownloadManager.cs | 3 --- Assets/package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Assets/AnyThinkPlugin/Editor/ATDownloadManager.cs b/Assets/AnyThinkPlugin/Editor/ATDownloadManager.cs index a1f7a49..7814d87 100644 --- a/Assets/AnyThinkPlugin/Editor/ATDownloadManager.cs +++ b/Assets/AnyThinkPlugin/Editor/ATDownloadManager.cs @@ -3,7 +3,6 @@ using System.Collections; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; -using System.Xml; using UnityEditor; using UnityEngine; @@ -11,8 +10,6 @@ using UnityEngine.Networking; using ATJson; using ATProviderInfo; using ATNet; -using UnityEditor.PackageManager.Requests; -using UnityEditor.PackageManager; using ATConf; public class ATDownloadManager : EditorWindow { diff --git a/Assets/package.json b/Assets/package.json index e8dd959..91ab065 100644 --- a/Assets/package.json +++ b/Assets/package.json @@ -2,7 +2,7 @@ "name": "com.commercialization.topon", "displayName": "Commercialization.topon", "description": "基于topon的广告sdk封装,依赖基础商业化模块", - "version": "1.0.4", + "version": "1.0.5", "unity": "2021.1", "license": "MIT", "repository": {