update:更新补单逻辑

This commit is contained in:
2026-06-02 19:50:44 +08:00
parent f06074d9cc
commit 4d3eae1c88
7 changed files with 64 additions and 78 deletions

View File

@@ -28,7 +28,10 @@ dependencyResolutionManagement {
}
// Android Resolver Repos Start
def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
maven {
url "https://sdk.tapjoy.com/" // Packages/com.unity.package-offerwall/Editor/TJPluginDependencies.xml:9
}
maven {
url "https://android-sdk.is.com/" // Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml:8
}