Skip to content

Commit eb8d526

Browse files
authored
Merge pull request #76 from VirtueSky/dev
Update ConstantPackage.cs
2 parents e705b09 + 6f5c501 commit eb8d526

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

VirtueSky/AssetFinder/Editor/Virtuesky.Sunflower.AssetFinder.Editor.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"references": [
55
"Unity.Addressables",
66
"Virtuesky.Sunflower.DataStorage.Editor",
7-
"VirtueSky.Sunflower.Inspector"
7+
"VirtueSky.Sunflower.Inspector",
8+
"Unity.Addressables.Editor"
89
],
910
"includePlatforms": [
1011
"Editor"

VirtueSky/ControlPanel/ConstantPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class ConstantPackage
9191
public const string PackageNameAppFlyer = "appsflyer-unity-plugin";
9292

9393
public const string MaxVersionAppFlyer =
94-
"https://github.com/AppsFlyerSDK/appsflyer-unity-plugin.git?path=Assets/AppsFlyer#6.17.7";
94+
"https://github.com/AppsFlyerSDK/appsflyer-unity-plugin.git?path=Assets/AppsFlyer#6.17.72";
9595

9696
public const string PackageNameCoffeeUIEffect = "com.coffee.ui-effect";
9797

0 commit comments

Comments
 (0)