更新EFSDK

This commit is contained in:
玉峰 2025-09-03 16:34:49 +08:00
parent 7dd6d2e915
commit c0c2c0b61e
4 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -6,6 +6,8 @@
/*.csproj
/*.sln
/*.user
/*.log
/sds_BackUpThisFolder_ButDontShipItWithYourGame
/sdss_BackUpThisFolder_ButDontShipItWithYourGame
/Jjhda_BackUpThisFolder_ButDontShipItWithYourGame
/Assets/Plugins/Reporter

View File

@ -32,6 +32,7 @@ namespace EFSDK
public EFSdk()
{
Debug.Log($"GetNewSDKClass():{GetNewSDKClass()}");
Debug.Log($"initSDK():{ GenerateAndroidName("initSDK")}");
// java interface class
using (AndroidJavaClass jc = new AndroidJavaClass(GetNewSDKClass()))

View File

@ -6,7 +6,7 @@ namespace EFSDK
public class EFSdkAndroid : MonoBehaviour
{
private string H5_Load_Succ = "Gam_Load_Succ";
private string H5_Load_Succ = "H5_Load_Succ";
private string On_Resume = "onResume";
private string Can_Goback = "canGoback";

View File

@ -18,6 +18,12 @@ dependencyResolutionManagement {
mavenCentral()
// Android Resolver Repos Start
def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
maven {
url "https://jfrog.anythinktech.com/artifactory/debugger" // Assets/ThinkupTpnPlugin/AnyThinkAds/Plugins/Android/Editor/Dependencies.xml:5
}
maven {
url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea" // Assets/ThinkupTpnPlugin/AnyThinkAds/Plugins/Android/NonChina/mediation/gtm/Editor/Dependencies.xml:5, Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml:8, Assets/EFSDK/Editor/Dependencies.xml:10
}
maven {
url "https://artifact.bytedance.com/repository/pangle" // Assets/ThinkupTpnPlugin/AnyThinkAds/Plugins/Android/NonChina/mediation/pangle/Editor/Dependencies.xml:5, Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml:8
}
@ -33,9 +39,6 @@ dependencyResolutionManagement {
maven {
url "https://maven.google.com/" // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7, Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:12, Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:17, Assets/GoogleMobileAds/Editor/GoogleUmpDependencies.xml:7
}
maven {
url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea" // Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml:8, Assets/EFSDK/Editor/Dependencies.xml:10
}
maven {
url "https://android-sdk.is.com/" // Assets/EFSDK/Editor/Dependencies.xml:10
}