Compare commits

...

3 Commits

6 changed files with 24 additions and 4 deletions

View File

@ -16,5 +16,5 @@ MonoBehaviour:
sdkKey:
customGradleVersionUrl:
customGradleToolsVersion:
adMobAndroidAppId:
adMobAndroidAppId: ca-app-pub-4412893362169872~3251970323
adMobIosAppId:

View File

@ -30,7 +30,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor
private const string EnableProperty = "=true";
#endif
private const string PropertyDexingArtifactTransform = "android.enableDexingArtifactTransform";
private const string DisableProperty = "=false";
private const string DisableProperty = "=true";
private const string KeyMetaDataAppLovinVerboseLoggingOn = "applovin.sdk.verbose_logging";
private const string KeyMetaDataGoogleApplicationId = "com.google.android.gms.ads.APPLICATION_ID";

View File

@ -0,0 +1,13 @@
plugins {
// If you are changing the Android Gradle Plugin version, make sure it is compatible with the Gradle version preinstalled with Unity
// See which Gradle version is preinstalled with Unity here https://docs.unity3d.com/Manual/android-gradle-overview.html
// See official Gradle and Android Gradle Plugin compatibility table here https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
// To specify a custom Gradle version in Unity, go do "Preferences > External Tools", uncheck "Gradle Installed with Unity (recommended)" and specify a path to a custom Gradle version
id 'com.android.application' version '8.7.2' apply false
id 'com.android.library' version '8.7.2' apply false
**BUILD_SCRIPT_DEPS**
}
task clean(type: Delete) {
delete rootProject.buildDir
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 5c537dc6415314e02b3d36541e8b1cf3
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1 +1 @@
{"curCountry":2,"china":{"android_version":"","ios_version":"","androidXSetting":0,"country":1,"android_admob_app_id":"","ios_admob_app_id":""},"nonchina":{"android_version":"6.4.87","ios_version":"","androidXSetting":1,"country":2,"android_admob_app_id":"","ios_admob_app_id":""}}
{"curCountry":2,"china":{"android_version":"","ios_version":"","androidXSetting":0,"country":1,"android_admob_app_id":"","ios_admob_app_id":""},"nonchina":{"android_version":"6.4.87","ios_version":"","androidXSetting":1,"country":2,"android_admob_app_id":"ca-app-pub-4412893362169872~3251970323","ios_admob_app_id":""}}

View File

@ -18,7 +18,7 @@ namespace AnyThink.Scripts.Editor
private static string EnableProperty = "=true";
#endif
private static string PropertyDexingArtifactTransform = "android.enableDexingArtifactTransform";
private static string DisableProperty = "=false";
private static string DisableProperty = "=true";
private static string KeyMetaDataGoogleApplicationId = "com.google.android.gms.ads.APPLICATION_ID";
private static string KeyMetaDataGoogleAdManagerApp = "com.google.android.gms.ads.AD_MANAGER_APP";