Guest User

Untitled

a guest
Mar 24th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.94 KB | None | 0 0
  1. // GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN
  2.  
  3. buildscript {
  4. repositories {
  5. google()
  6. mavenCentral()
  7. }
  8.  
  9. dependencies {
  10. classpath 'com.android.tools.build:gradle:3.5.2'
  11. // Uncomment for FCM
  12. // classpath 'com.google.gms:google-services:4.3.3'
  13. // Uncomment for Huawei
  14. // classpath 'com.huawei.agconnect:agcp:1.6.5.300'
  15. **BUILD_SCRIPT_DEPS**}
  16. }
  17.  
  18. allprojects {
  19. repositories {
  20. google()
  21. mavenCentral()
  22. // Uncomment for Huawei
  23. // maven {
  24. // url 'https://developer.huawei.com/repo/'
  25. // }
  26. flatDir {
  27. dirs 'libs'
  28. }
  29. }
  30. }
  31.  
  32. def LEANPLUM_SDK_VERSION = "7.1.2"
  33.  
  34. // Android Resolver Repos Start
  35. ([rootProject] + (rootProject.subprojects as List)).each { project ->
  36. project.repositories {
  37. def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
  38. maven {
  39. url "https://maven.google.com"
  40. }
  41. maven {
  42. 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
  43. }
  44. maven {
  45. url (unityProjectPath + "/Assets/GooglePlayGames/Editor/m2repository") // Assets/GooglePlayGames/Editor/GooglePlayGamesPluginDependencies.xml:11
  46. }
  47. maven {
  48. 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
  49. }
  50. maven {
  51. 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
  52. }
  53. maven {
  54. 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
  55. }
  56. mavenLocal()
  57. mavenCentral()
  58. }
  59. }
  60. // Android Resolver Repos End
  61. apply plugin: 'com.android.library'
  62. // Uncomment for FCM if not using GooglePlugin or googleservices.xml
  63. // apply plugin: 'com.google.gms.google-services'
  64. // Uncomment for Huawei
  65. // apply plugin: 'com.huawei.agconnect'
  66. **APPLY_PLUGINS**
  67.  
  68. dependencies {
  69. implementation fileTree(dir: 'libs', include: ['*.jar'])
  70.  
  71. implementation "com.leanplum:leanplum-core:${LEANPLUM_SDK_VERSION}"
  72. // implementation "com.leanplum:leanplum-push:${LEANPLUM_SDK_VERSION}"
  73. // implementation "com.leanplum:leanplum-location:${LEANPLUM_SDK_VERSION}"
  74.  
  75. // Uncomment for FCM
  76. // implementation "com.leanplum:leanplum-fcm:${LEANPLUM_SDK_VERSION}"
  77. // implementation 'com.google.firebase:firebase-messaging:22.0.0'
  78.  
  79. // Uncomment for Huawei
  80. // implementation "com.leanplum:leanplum-hms:${LEANPLUM_SDK_VERSION}"
  81.  
  82. // Uncomment for MiPush. Note that leanplum-mipush package is deprecated. MiPush will be used through CleverTap SDK.
  83. // implementation "com.leanplum:leanplum-mipush:${LEANPLUM_SDK_VERSION}"
  84.  
  85. implementation 'com.google.code.gson:gson:2.8.5'
  86.  
  87. // implementation(name: "com.leanplum.unity-wrapper-${LEANPLUM_SDK_VERSION}", ext:'aar')
  88. //implementation project(':android-unity-wrapper')
  89. // Android Resolver Dependencies Start
  90. implementation 'androidx.annotation:annotation:1.2.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:7
  91. implementation 'androidx.appcompat:appcompat:1.0.2' // Assets/EMGGVASDK/Zendesk/Editor/ZendeskDependencies.xml:4
  92. implementation 'androidx.multidex:multidex:2.0.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:6
  93. implementation 'androidx.recyclerview:recyclerview:1.2.1' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:40
  94. implementation 'com.android.support:appcompat-v7:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
  95. implementation 'com.android.support:cardview-v7:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
  96. implementation 'com.android.support:customtabs:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
  97. implementation 'com.android.support:support-v4:25.3.1' // Facebook.Unity.Editor.AndroidSupportLibraryResolver.addSupportLibraryDependency
  98. implementation 'com.applovin:applovin-sdk:11.10.1' // Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:15
  99. implementation 'com.chartboost:chartboost-sdk:9.2.0' // Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:15
  100. implementation 'com.facebook.android:audience-network-sdk:6.14.0' // Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:8
  101. implementation 'com.facebook.android:facebook-applinks:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:6
  102. implementation 'com.facebook.android:facebook-core:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:5
  103. implementation 'com.facebook.android:facebook-gamingservices:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:9
  104. implementation 'com.facebook.android:facebook-login:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:7
  105. implementation 'com.facebook.android:facebook-share:[11.0, 12)' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:8
  106. // implementation 'com.google.android.gms:play-services-ads:20.2.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:10
  107. implementation 'com.google.android.gms:play-services-ads:22.1.0' // Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:8
  108. implementation 'com.google.android.gms:play-services-ads-base:20.1.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:11
  109. // implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:12
  110. implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:17
  111. implementation 'com.google.android.gms:play-services-ads-lite:20.1.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:13
  112. // implementation 'com.google.android.gms:play-services-base:17.6.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:15
  113. implementation 'com.google.android.gms:play-services-base:18.5.0' // Assets/Firebase/Editor/AppDependencies.xml:17
  114. // implementation 'com.google.android.gms:play-services-basement:17.6.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:16
  115. implementation 'com.google.android.gms:play-services-basement:18.1.0' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:25
  116. implementation 'com.google.android.gms:play-services-gcm:17.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:17
  117. implementation 'com.google.android.gms:play-services-iid:17.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:18
  118. implementation 'com.google.android.gms:play-services-stats:17.0.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:19
  119. implementation 'com.google.android.gms:play-services-tasks:17.2.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:20
  120. implementation 'com.google.code.gson:gson:2.8.5' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:32
  121. implementation 'com.google.firebase:firebase-analytics:22.3.0' // Assets/Firebase/Editor/StorageDependencies.xml:15
  122. implementation 'com.google.firebase:firebase-analytics-unity:12.7.0' // Assets/Firebase/Editor/AnalyticsDependencies.xml:18
  123. implementation 'com.google.firebase:firebase-appcheck:18.0.0' // Assets/Firebase/Editor/AppCheckDependencies.xml:13
  124. implementation 'com.google.firebase:firebase-appcheck-debug:18.0.0' // Assets/Firebase/Editor/AppCheckDependencies.xml:15
  125. implementation 'com.google.firebase:firebase-appcheck-playintegrity:18.0.0' // Assets/Firebase/Editor/AppCheckDependencies.xml:17
  126. implementation 'com.google.firebase:firebase-appcheck-unity:12.7.0' // Assets/Firebase/Editor/AppCheckDependencies.xml:24
  127. implementation 'com.google.firebase:firebase-app-unity:12.7.0' // Assets/Firebase/Editor/AppDependencies.xml:22
  128. implementation 'com.google.firebase:firebase-auth:23.2.0' // Assets/Firebase/Editor/AuthDependencies.xml:13
  129. implementation 'com.google.firebase:firebase-auth-unity:12.7.0' // Assets/Firebase/Editor/AuthDependencies.xml:20
  130. // implementation 'com.google.firebase:firebase-common:19.3.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:23
  131. implementation 'com.google.firebase:firebase-common:21.0.0' // Assets/Firebase/Editor/AppDependencies.xml:13
  132. implementation 'com.google.firebase:firebase-crashlytics-ndk:19.4.1' // Assets/Firebase/Editor/CrashlyticsDependencies.xml:13
  133. implementation 'com.google.firebase:firebase-crashlytics-unity:12.7.0' // Assets/Firebase/Editor/CrashlyticsDependencies.xml:20
  134. implementation 'com.google.firebase:firebase-functions:21.1.1' // Assets/Firebase/Editor/FunctionsDependencies.xml:13
  135. implementation 'com.google.firebase:firebase-functions-unity:12.7.0' // Assets/Firebase/Editor/FunctionsDependencies.xml:20
  136. // implementation 'com.google.firebase:firebase-iid:20.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:24
  137. implementation 'com.google.firebase:firebase-iid:21.1.0' // Assets/Firebase/Editor/MessagingDependencies.xml:17
  138. implementation 'com.google.firebase:firebase-iid-interop:17.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:25
  139. implementation 'com.google.firebase:firebase-installations:18.0.0' // Assets/Firebase/Editor/InstallationsDependencies.xml:13
  140. implementation 'com.google.firebase:firebase-installations-unity:12.7.0' // Assets/Firebase/Editor/InstallationsDependencies.xml:20
  141. implementation 'com.google.firebase:firebase-measurement-connector:18.0.0' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:26
  142. // implementation 'com.google.firebase:firebase-messaging:21.0.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:27
  143. implementation 'com.google.firebase:firebase-messaging:24.1.0' // Assets/Firebase/Editor/MessagingDependencies.xml:13
  144. implementation 'com.google.firebase:firebase-messaging-unity:12.7.0' // Assets/Firebase/Editor/MessagingDependencies.xml:24
  145. implementation 'com.google.firebase:firebase-storage:21.0.1' // Assets/Firebase/Editor/StorageDependencies.xml:13
  146. implementation 'com.google.firebase:firebase-storage-unity:12.7.0' // Assets/Firebase/Editor/StorageDependencies.xml:20
  147. implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0' // Assets/Firebase/Editor/MessagingDependencies.xml:19
  148. implementation 'com.google.games:gpgs-plugin-support:0.9.64' // Assets/GooglePlayGames/Editor/GooglePlayGamesPluginDependencies.xml:11
  149. implementation 'com.ironsource.adapters:admobadapter:4.3.37' // Assets/IronSource/Editor/ISAdMobAdapterDependencies.xml:16
  150. implementation 'com.ironsource.adapters:applovinadapter:4.3.39' // Assets/IronSource/Editor/ISAppLovinAdapterDependencies.xml:8
  151. implementation 'com.ironsource.adapters:chartboostadapter:4.3.11' // Assets/IronSource/Editor/ISChartboostAdapterDependencies.xml:8
  152. implementation 'com.ironsource.adapters:facebookadapter:4.3.42' // Assets/IronSource/Editor/ISFacebookAdapterDependencies.xml:16
  153. implementation 'com.ironsource.adapters:liftoffadapter:4.3.5' // Assets/IronSource/Editor/ISLiftoffAdapterDependencies.xml:16
  154. implementation 'com.ironsource.adapters:mintegraladapter:4.3.16' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:48
  155. implementation 'com.ironsource.adapters:unityadsadapter:4.3.30' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:8
  156. implementation 'com.ironsource.sdk:mediationsdk:7.3.0.1' // Assets/IronSource/Editor/IronSourceSDKDependencies.xml:9
  157. implementation 'com.jakewharton.timber:timber:4.7.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:31
  158. implementation 'com.mbridge.msdk.oversea:mbbanner:16.4.41' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:24
  159. implementation 'com.mbridge.msdk.oversea:mbbid:16.4.41' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:32
  160. implementation 'com.mbridge.msdk.oversea:newinterstitial:16.4.41' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:8
  161. implementation 'com.mbridge.msdk.oversea:reward:16.4.41' // Assets/IronSource/Editor/ISMintegralAdapterDependencies.xml:16
  162. implementation 'com.parse.bolts:bolts-android:1.4.0' // Assets/FacebookSDK/Plugins/Editor/Dependencies.xml:4
  163. implementation 'com.unity3d.ads:unity-ads:4.7.1' // Assets/IronSource/Editor/ISUnityAdsAdapterDependencies.xml:15
  164. implementation 'io.liftoff:liftoffads:1.9.1' // Assets/IronSource/Editor/ISLiftoffAdapterDependencies.xml:8
  165. implementation 'org.jetbrains:annotations:16.0.1' // Assets/EMGGVASDK/EMGGVA/Editor/EMGGVADependencies.xml:30
  166. // Android Resolver Dependencies End
  167. **DEPS**}
  168.  
  169. // Android Resolver Exclusions Start
  170. android {
  171. namespace "com.unity3d.player"
  172. ndkPath "**NDKPATH**"
  173. packagingOptions {
  174. exclude ('/lib/armeabi/*' + '*')
  175. exclude ('/lib/armeabi-v7a/*' + '*')
  176. exclude ('/lib/mips/*' + '*')
  177. exclude ('/lib/mips64/*' + '*')
  178. exclude ('/lib/x86/*' + '*')
  179. exclude ('/lib/x86_64/*' + '*')
  180. }
  181. }
  182. // Android Resolver Exclusions End
  183. android {
  184. compileSdkVersion **APIVERSION**
  185. buildToolsVersion '**BUILDTOOLS**'
  186.  
  187. compileOptions {
  188. sourceCompatibility JavaVersion.VERSION_1_8
  189. targetCompatibility JavaVersion.VERSION_1_8
  190. }
  191.  
  192. defaultConfig {
  193. consumerProguardFiles 'proguard-unity.txt'**USER_PROGUARD**
  194. minSdkVersion **MINSDKVERSION**
  195. targetSdkVersion **TARGETSDKVERSION**
  196.  
  197. ndk {
  198. abiFilters **ABIFILTERS**
  199. }
  200. versionCode **VERSIONCODE**
  201. versionName '**VERSIONNAME**'
  202. }
  203.  
  204. lintOptions {
  205. abortOnError false
  206. }
  207.  
  208. aaptOptions {
  209. noCompress = ['.unity3d', '.ress', '.resource', '.obb'] + unityStreamingAssets.tokenize(', ')
  210. }**SIGN**
  211.  
  212. buildTypes {
  213. debug {
  214. minifyEnabled **MINIFY_DEBUG**
  215.  
  216. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-unity.txt'**USER_PROGUARD**
  217. jniDebuggable true
  218. }
  219. release {
  220. minifyEnabled **MINIFY_RELEASE**
  221.  
  222. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-unity.txt'**USER_PROGUARD****SIGNCONFIG**
  223. }
  224. }**PACKAGING_OPTIONS**
  225. **BUILT_APK_LOCATION**
  226.  
  227. }**REPOSITORIES****SOURCE_BUILD_SETUP**
  228.  
Add Comment
Please, Sign In to add comment