Compare commits
No commits in common. "fa38e2509ed0f54c844ea70e889a665809a13b6d" and "9363764894c145460fcf27957eabc092bc32e5da" have entirely different histories.
fa38e2509e
...
9363764894
|
|
@ -16,5 +16,5 @@ MonoBehaviour:
|
|||
sdkKey:
|
||||
customGradleVersionUrl:
|
||||
customGradleToolsVersion:
|
||||
adMobAndroidAppId: ca-app-pub-4412893362169872~3251970323
|
||||
adMobAndroidAppId:
|
||||
adMobIosAppId:
|
||||
|
|
|
|||
|
|
@ -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 = "=true";
|
||||
private const string DisableProperty = "=false";
|
||||
|
||||
private const string KeyMetaDataAppLovinVerboseLoggingOn = "applovin.sdk.verbose_logging";
|
||||
private const string KeyMetaDataGoogleApplicationId = "com.google.android.gms.ads.APPLICATION_ID";
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
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
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5c537dc6415314e02b3d36541e8b1cf3
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -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":"ca-app-pub-4412893362169872~3251970323","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":"","ios_admob_app_id":""}}
|
||||
|
|
@ -18,7 +18,7 @@ namespace AnyThink.Scripts.Editor
|
|||
private static string EnableProperty = "=true";
|
||||
#endif
|
||||
private static string PropertyDexingArtifactTransform = "android.enableDexingArtifactTransform";
|
||||
private static string DisableProperty = "=true";
|
||||
private static string DisableProperty = "=false";
|
||||
|
||||
private static string KeyMetaDataGoogleApplicationId = "com.google.android.gms.ads.APPLICATION_ID";
|
||||
private static string KeyMetaDataGoogleAdManagerApp = "com.google.android.gms.ads.AD_MANAGER_APP";
|
||||
|
|
|
|||
Loading…
Reference in New Issue