Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN
- buildscript {
- repositories {
- google()
- mavenCentral()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:3.5.2'
- // Uncomment for FCM
- // classpath 'com.google.gms:google-services:4.3.3'
- // Uncomment for Huawei
- // classpath 'com.huawei.agconnect:agcp:1.6.5.300'
- **BUILD_SCRIPT_DEPS**}
- }
- allprojects {
- repositories {
- google()
- mavenCentral()
- // Uncomment for Huawei
- // maven {
- // url 'https://developer.huawei.com/repo/'
- // }
- flatDir {
- dirs 'libs'
- }
- }
- }
- def LEANPLUM_SDK_VERSION = "7.1.2"
- // Android Resolver Repos Start
- ([rootProject] + (rootProject.subprojects as List)).each { project ->
- project.repositories {
- def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
- maven {
- url "https://maven.google.com"
- }
- maven {
- url (unityProjectPath + "/Assets/GeneratedLocalRepo/Firebase/m2repository") // Assets/Firebase/Editor/AnalyticsDependencies.xml:18, Assets/Firebase/Editor/AppCheckDependencies.xml:24, Assets/Firebase/Editor/AppDependencies.xml:22, Assets/Firebase/Editor/AuthDependencies.xml:20, Assets/Firebase/Editor/CrashlyticsDependencies.xml:20, Assets/Firebase/Editor/FunctionsDependencies.xml:20, Assets/Firebase/Editor/InstallationsDependencies.xml:20, Assets/Firebase/Editor/MessagingDependencies.xml:24, Assets/Firebase/Editor/StorageDependencies.xml:20
- }
- maven {
- url (unityProjectPath + "/Assets/GooglePlayGames/Editor/m2repository") // Assets/GooglePlayGames/Editor/GooglePlayGamesPluginDependencies.xml:11
- }
- maven {
- url "https://android-sdk.is.com/" // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:9, Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:16, Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:8, Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:8, Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:16, Assets/IronSource/Editor/ISLiftoffAdapterDependencies.xml:16, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:48, Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:8
- }
- maven {
- url "https://maven.google.com/" // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:17, Assets/IronSource/Editor/IronSourceSDKDependencies.xml:25, Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:8, Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:15, Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:15, Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:8, Assets/IronSource/Editor/ISLiftoffAdapterDependencies.xml:8, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:40, Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
- }
- maven {
- url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea/" // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:8, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:16, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:24, Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:32
- }
- mavenLocal()
- mavenCentral()
- }
- }
- // Android Resolver Repos End
- apply plugin: 'com.android.library'
- // Uncomment for FCM if not using GooglePlugin or googleservices.xml
- // apply plugin: 'com.google.gms.google-services'
- // Uncomment for Huawei
- // apply plugin: 'com.huawei.agconnect'
- **APPLY_PLUGINS**
- dependencies {
- implementation fileTree(dir: 'libs', include: ['*.jar'])
- implementation "com.leanplum:leanplum-core:${LEANPLUM_SDK_VERSION}"
- // implementation "com.leanplum:leanplum-push:${LEANPLUM_SDK_VERSION}"
- // implementation "com.leanplum:leanplum-location:${LEANPLUM_SDK_VERSION}"
- // Uncomment for FCM
- // implementation "com.leanplum:leanplum-fcm:${LEANPLUM_SDK_VERSION}"
- // implementation 'com.google.firebase:firebase-messaging:22.0.0'
- // Uncomment for Huawei
- // implementation "com.leanplum:leanplum-hms:${LEANPLUM_SDK_VERSION}"
- // Uncomment for MiPush. Note that leanplum-mipush package is deprecated. MiPush will be used through CleverTap SDK.
- // implementation "com.leanplum:leanplum-mipush:${LEANPLUM_SDK_VERSION}"
- implementation 'com.google.code.gson:gson:2.8.5'
- // implementation(name: "com.leanplum.unity-wrapper-${LEANPLUM_SDK_VERSION}", ext:'aar')
- //implementation project(':android-unity-wrapper')
- // Android Resolver Dependencies Start
- implementation 'androidx.annotation:annotation:1.2.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:7
- implementation 'androidx.appcompat:appcompat:1.0.2' // Assets/EMGGVASDK/Zendesk/Editor/ZendeskDependencies.xml:4
- implementation 'androidx.multidex:multidex:2.0.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:6
- implementation 'androidx.recyclerview:recyclerview:1.2.1' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:40
- implementation 'com.android.support:appcompat-v7:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
- implementation 'com.android.support:cardview-v7:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
- implementation 'com.android.support:customtabs:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
- implementation 'com.android.support:support-v4:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
- implementation 'com.applovin:applovin-sdk:11.10.1' // Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:15
- implementation 'com.chartboost:chartboost-sdk:9.2.0' // Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:15
- implementation 'com.facebook.android:audience-network-sdk:6.14.0' // Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:8
- implementation 'com.facebook.android:facebook-applinks:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:6
- implementation 'com.facebook.android:facebook-core:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:5
- implementation 'com.facebook.android:facebook-gamingservices:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:9
- implementation 'com.facebook.android:facebook-login:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:7
- implementation 'com.facebook.android:facebook-share:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:8
- // implementation 'com.google.android.gms:play-services-ads:20.2.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:10
- implementation 'com.google.android.gms:play-services-ads:22.1.0' // Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:8
- implementation 'com.google.android.gms:play-services-ads-base:20.1.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:11
- // implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:12
- implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:17
- implementation 'com.google.android.gms:play-services-ads-lite:20.1.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:13
- // implementation 'com.google.android.gms:play-services-base:17.6.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:15
- implementation 'com.google.android.gms:play-services-base:18.5.0' // Assets/Firebase/Editor/AppDependencies.xml:17
- // implementation 'com.google.android.gms:play-services-basement:17.6.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:16
- implementation 'com.google.android.gms:play-services-basement:18.1.0' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:25
- implementation 'com.google.android.gms:play-services-gcm:17.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:17
- implementation 'com.google.android.gms:play-services-iid:17.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:18
- implementation 'com.google.android.gms:play-services-stats:17.0.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:19
- implementation 'com.google.android.gms:play-services-tasks:17.2.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:20
- implementation 'com.google.code.gson:gson:2.8.5' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:32
- implementation 'com.google.firebase:firebase-analytics:22.3.0' // Assets/Firebase/Editor/StorageDependencies.xml:15
- implementation 'com.google.firebase:firebase-analytics-unity:12.7.0' // Assets/Firebase/Editor/AnalyticsDependencies.xml:18
- implementation 'com.google.firebase:firebase-appcheck:18.0.0' // Assets/Firebase/Editor/AppCheckDependencies.xml:13
- implementation 'com.google.firebase:firebase-appcheck-debug:18.0.0' // Assets/Firebase/Editor/AppCheckDependencies.xml:15
- implementation 'com.google.firebase:firebase-appcheck-playintegrity:18.0.0' // Assets/Firebase/Editor/AppCheckDependencies.xml:17
- implementation 'com.google.firebase:firebase-appcheck-unity:12.7.0' // Assets/Firebase/Editor/AppCheckDependencies.xml:24
- implementation 'com.google.firebase:firebase-app-unity:12.7.0' // Assets/Firebase/Editor/AppDependencies.xml:22
- implementation 'com.google.firebase:firebase-auth:23.2.0' // Assets/Firebase/Editor/AuthDependencies.xml:13
- implementation 'com.google.firebase:firebase-auth-unity:12.7.0' // Assets/Firebase/Editor/AuthDependencies.xml:20
- // implementation 'com.google.firebase:firebase-common:19.3.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:23
- implementation 'com.google.firebase:firebase-common:21.0.0' // Assets/Firebase/Editor/AppDependencies.xml:13
- implementation 'com.google.firebase:firebase-crashlytics-ndk:19.4.1' // Assets/Firebase/Editor/CrashlyticsDependencies.xml:13
- implementation 'com.google.firebase:firebase-crashlytics-unity:12.7.0' // Assets/Firebase/Editor/CrashlyticsDependencies.xml:20
- implementation 'com.google.firebase:firebase-functions:21.1.1' // Assets/Firebase/Editor/FunctionsDependencies.xml:13
- implementation 'com.google.firebase:firebase-functions-unity:12.7.0' // Assets/Firebase/Editor/FunctionsDependencies.xml:20
- // implementation 'com.google.firebase:firebase-iid:20.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:24
- implementation 'com.google.firebase:firebase-iid:21.1.0' // Assets/Firebase/Editor/MessagingDependencies.xml:17
- implementation 'com.google.firebase:firebase-iid-interop:17.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:25
- implementation 'com.google.firebase:firebase-installations:18.0.0' // Assets/Firebase/Editor/InstallationsDependencies.xml:13
- implementation 'com.google.firebase:firebase-installations-unity:12.7.0' // Assets/Firebase/Editor/InstallationsDependencies.xml:20
- implementation 'com.google.firebase:firebase-measurement-connector:18.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:26
- // implementation 'com.google.firebase:firebase-messaging:21.0.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:27
- implementation 'com.google.firebase:firebase-messaging:24.1.0' // Assets/Firebase/Editor/MessagingDependencies.xml:13
- implementation 'com.google.firebase:firebase-messaging-unity:12.7.0' // Assets/Firebase/Editor/MessagingDependencies.xml:24
- implementation 'com.google.firebase:firebase-storage:21.0.1' // Assets/Firebase/Editor/StorageDependencies.xml:13
- implementation 'com.google.firebase:firebase-storage-unity:12.7.0' // Assets/Firebase/Editor/StorageDependencies.xml:20
- implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0' // Assets/Firebase/Editor/MessagingDependencies.xml:19
- implementation 'com.google.games:gpgs-plugin-support:0.9.64' // Assets/GooglePlayGames/Editor/GooglePlayGamesPluginDependencies.xml:11
- implementation 'com.ironsource.adapters:admobadapter:4.3.37' // Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:16
- implementation 'com.ironsource.adapters:applovinadapter:4.3.39' // Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:8
- implementation 'com.ironsource.adapters:chartboostadapter:4.3.11' // Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:8
- implementation 'com.ironsource.adapters:facebookadapter:4.3.42' // Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:16
- implementation 'com.ironsource.adapters:liftoffadapter:4.3.5' // Assets/IronSource/Editor/ISLiftoffAdapterDependencies.xml:16
- implementation 'com.ironsource.adapters:mintegraladapter:4.3.16' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:48
- implementation 'com.ironsource.adapters:unityadsadapter:4.3.30' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:8
- implementation 'com.ironsource.sdk:mediationsdk:7.3.0.1' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:9
- implementation 'com.jakewharton.timber:timber:4.7.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:31
- implementation 'com.mbridge.msdk.oversea:mbbanner:16.4.41' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:24
- implementation 'com.mbridge.msdk.oversea:mbbid:16.4.41' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:32
- implementation 'com.mbridge.msdk.oversea:newinterstitial:16.4.41' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:8
- implementation 'com.mbridge.msdk.oversea:reward:16.4.41' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:16
- implementation 'com.parse.bolts:bolts-android:1.4.0' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:4
- implementation 'com.unity3d.ads:unity-ads:4.7.1' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
- implementation 'io.liftoff:liftoffads:1.9.1' // Assets/IronSource/Editor/ISLiftoffAdapterDependencies.xml:8
- implementation 'org.jetbrains:annotations:16.0.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:30
- // Android Resolver Dependencies End
- **DEPS**}
- // Android Resolver Exclusions Start
- android {
- namespace "com.unity3d.player"
- ndkPath "**NDKPATH**"
- packagingOptions {
- exclude ('/lib/armeabi/*' + '*')
- exclude ('/lib/armeabi-v7a/*' + '*')
- exclude ('/lib/mips/*' + '*')
- exclude ('/lib/mips64/*' + '*')
- exclude ('/lib/x86/*' + '*')
- exclude ('/lib/x86_64/*' + '*')
- }
- }
- // Android Resolver Exclusions End
- android {
- compileSdkVersion **APIVERSION**
- buildToolsVersion '**BUILDTOOLS**'
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
- defaultConfig {
- consumerProguardFiles 'proguard-unity.txt'**USER_PROGUARD**
- minSdkVersion **MINSDKVERSION**
- targetSdkVersion **TARGETSDKVERSION**
- ndk {
- abiFilters **ABIFILTERS**
- }
- versionCode **VERSIONCODE**
- versionName '**VERSIONNAME**'
- }
- lintOptions {
- abortOnError false
- }
- aaptOptions {
- noCompress = ['.unity3d', '.ress', '.resource', '.obb'] + unityStreamingAssets.tokenize(', ')
- }**SIGN**
- buildTypes {
- debug {
- minifyEnabled **MINIFY_DEBUG**
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-unity.txt'**USER_PROGUARD**
- jniDebuggable true
- }
- release {
- minifyEnabled **MINIFY_RELEASE**
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-unity.txt'**USER_PROGUARD****SIGNCONFIG**
- }
- }**PACKAGING_OPTIONS**
- **BUILT_APK_LOCATION**
- }**REPOSITORIES****SOURCE_BUILD_SETUP**
Add Comment
Please, Sign In to add comment