更新EFSDK
This commit is contained in:
parent
7dd6d2e915
commit
c0c2c0b61e
|
@ -6,6 +6,8 @@
|
||||||
/*.csproj
|
/*.csproj
|
||||||
/*.sln
|
/*.sln
|
||||||
/*.user
|
/*.user
|
||||||
|
/*.log
|
||||||
/sds_BackUpThisFolder_ButDontShipItWithYourGame
|
/sds_BackUpThisFolder_ButDontShipItWithYourGame
|
||||||
/sdss_BackUpThisFolder_ButDontShipItWithYourGame
|
/sdss_BackUpThisFolder_ButDontShipItWithYourGame
|
||||||
/Jjhda_BackUpThisFolder_ButDontShipItWithYourGame
|
/Jjhda_BackUpThisFolder_ButDontShipItWithYourGame
|
||||||
|
/Assets/Plugins/Reporter
|
||||||
|
|
|
@ -32,6 +32,7 @@ namespace EFSDK
|
||||||
public EFSdk()
|
public EFSdk()
|
||||||
{
|
{
|
||||||
Debug.Log($"GetNewSDKClass():{GetNewSDKClass()}");
|
Debug.Log($"GetNewSDKClass():{GetNewSDKClass()}");
|
||||||
|
Debug.Log($"initSDK():{ GenerateAndroidName("initSDK")}");
|
||||||
|
|
||||||
// java interface class
|
// java interface class
|
||||||
using (AndroidJavaClass jc = new AndroidJavaClass(GetNewSDKClass()))
|
using (AndroidJavaClass jc = new AndroidJavaClass(GetNewSDKClass()))
|
||||||
|
|
|
@ -6,7 +6,7 @@ namespace EFSDK
|
||||||
|
|
||||||
public class EFSdkAndroid : MonoBehaviour
|
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 On_Resume = "onResume";
|
||||||
private string Can_Goback = "canGoback";
|
private string Can_Goback = "canGoback";
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,12 @@ dependencyResolutionManagement {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
// Android Resolver Repos Start
|
// Android Resolver Repos Start
|
||||||
def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
|
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 {
|
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
|
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 {
|
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
|
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 {
|
maven {
|
||||||
url "https://android-sdk.is.com/" // Assets/EFSDK/Editor/Dependencies.xml:10
|
url "https://android-sdk.is.com/" // Assets/EFSDK/Editor/Dependencies.xml:10
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue