Advertisement
JoshHeng

Untitled

Dec 24th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. buildscript {
  2. repositories {
  3. google()
  4. jcenter()
  5. mavenCentral()
  6. maven {
  7. url "https://jitpack.io"}
  8. }
  9.  
  10. dependencies {
  11. classpath 'com.android.tools.build:gradle:3.2.1'
  12.  
  13. }
  14. }
  15.  
  16. allprojects {
  17. repositories {
  18. google()
  19. flatDir {
  20. dirs 'libs'
  21. }
  22. jcenter()
  23. maven {
  24. url "https://jitpack.io"}
  25. }
  26. }
  27.  
  28. apply plugin: 'com.android.application'
  29.  
  30. dependencies {
  31. implementation fileTree(dir: 'libs', include: ['*.jar'])
  32. implementation 'com.android.support:multidex:1.0.3'
  33. implementation 'com.squareup.picasso:picasso:2.5.2' //for Inmobi
  34. implementation name: 'adcolony-3.3.4', ext: 'aar'
  35. implementation name: 'mobvista-9.0.0-alphab', ext: 'aar'
  36. implementation name: 'mobvista-9.0.0-common', ext: 'aar'
  37. implementation name: 'mobvista-9.0.0-interstitial', ext: 'aar'
  38. implementation name: 'mobvista-9.0.0-interstitialvideo', ext: 'aar'
  39. implementation name: 'mobvista-9.0.0-mtgdownloads', ext: 'aar'
  40. implementation name: 'mobvista-9.0.0-mtgjscommon', ext: 'aar'
  41. implementation name: 'mobvista-9.0.0-mtgnative', ext: 'aar'
  42. implementation name: 'mobvista-9.0.0-nativeex', ext: 'aar'
  43. implementation name: 'mobvista-9.0.0-playercommon', ext: 'aar'
  44. implementation name: 'mobvista-9.0.0-reward', ext: 'aar'
  45. implementation name: 'mobvista-9.0.0-videocommon', ext: 'aar'
  46. implementation name: 'mobvista-9.0.0-videojs', ext: 'aar'
  47. implementation name: 'ogury-3.0.13', ext: 'aar'
  48. implementation(name: 'android.arch.lifecycle.runtime-1.0.0', ext:'aar')
  49. implementation(name: 'com.android.support.customtabs-26.1.0', ext:'aar')
  50. implementation(name: 'com.android.support.recyclerview-v7-26.1.0', ext:'aar')
  51. implementation(name: 'com.android.support.support-compat-26.1.0', ext:'aar')
  52. implementation(name: 'com.android.support.support-core-ui-26.1.0', ext:'aar')
  53. implementation(name: 'com.android.support.support-core-utils-26.1.0', ext:'aar')
  54. implementation(name: 'com.android.support.support-fragment-26.1.0', ext:'aar')
  55. implementation(name: 'com.android.support.support-media-compat-26.1.0', ext:'aar')
  56. implementation(name: 'com.android.support.support-v4-26.1.0', ext:'aar')
  57. implementation(name: 'com.google.android.gms.play-services-ads-15.0.1', ext:'aar')
  58. implementation(name: 'com.google.android.gms.play-services-ads-base-15.0.1', ext:'aar')
  59. implementation(name: 'com.google.android.gms.play-services-ads-identifier-15.0.1', ext:'aar')
  60. implementation(name: 'com.google.android.gms.play-services-ads-lite-15.0.1', ext:'aar')
  61. implementation(name: 'com.google.android.gms.play-services-base-15.0.1', ext:'aar')
  62. implementation(name: 'com.google.android.gms.play-services-basement-15.0.1', ext:'aar')
  63. implementation(name: 'com.google.android.gms.play-services-gass-15.0.1', ext:'aar')
  64. implementation(name: 'com.google.android.gms.play-services-gcm-15.0.1', ext:'aar')
  65. implementation(name: 'com.google.android.gms.play-services-iid-15.0.1', ext:'aar')
  66. implementation(name: 'com.google.android.gms.play-services-location-15.0.1', ext:'aar')
  67. implementation(name: 'com.google.android.gms.play-services-places-placereport-15.0.1', ext:'aar')
  68. implementation(name: 'com.google.android.gms.play-services-stats-15.0.1', ext:'aar')
  69. implementation(name: 'com.google.android.gms.play-services-tasks-15.0.1', ext:'aar')
  70. implementation project(':adcolony')
  71. implementation project(':amazon')
  72. implementation project(':applovin')
  73. implementation project(':appodeal')
  74. implementation project(':chartboost')
  75. implementation project(':facebook')
  76. implementation project(':inmobi')
  77. implementation project(':ironsource')
  78. implementation project(':mobvistaalphab')
  79. implementation project(':mobvistacommon')
  80. implementation project(':mobvistainterstitial')
  81. implementation project(':mobvistainterstitialvideo')
  82. implementation project(':mobvistamvdownloads')
  83. implementation project(':mobvistamvjscommon')
  84. implementation project(':mobvistamvnative')
  85. implementation project(':mobvistanativeex')
  86. implementation project(':mobvistaplayercommon')
  87. implementation project(':mobvistareward')
  88. implementation project(':mobvistavideocommon')
  89. implementation project(':mobvistavideojs')
  90. implementation project(':mopub')
  91. implementation project(':mytarget')
  92. implementation project(':ogury')
  93. implementation project(':startapp')
  94. implementation project(':tapjoy')
  95. implementation project(':unityads')
  96. implementation project(':vungle')
  97. implementation project(':yandex-metrica')
  98. implementation project(':yandex-mobileads')
  99. }
  100.  
  101. android {
  102. compileSdkVersion 28
  103. buildToolsVersion '28.0.3'
  104.  
  105. defaultConfig {
  106. multiDexEnabled true
  107. minSdkVersion 21
  108. targetSdkVersion 28
  109. applicationId 'co.uk.VanadiumGames.TheStacks.Android'
  110. ndk {
  111. abiFilters 'armeabi-v7a', 'x86'
  112. }
  113. versionCode 42
  114. versionName '1.0.10'
  115. }
  116.  
  117. lintOptions {
  118. abortOnError false
  119. }
  120.  
  121. aaptOptions {
  122. noCompress '.unity3d', '.ress', '.resource', '.obb'
  123. }
  124.  
  125. signingConfigs {
  126. release {
  127. storeFile file('F:/joshh/Documents/Unity/The Stacks/thestacksandroidkey.keystore')
  128. storePassword 'YfYh*t2YlMloRr56NtnLNi3Q5@l%VP1ekeF '
  129. keyAlias 'thestacksandroid'
  130. keyPassword 'YfYh*t2YlMloRr56NtnLNi3Q5@l%VP1ekeF '
  131. }
  132. }
  133.  
  134. buildTypes {
  135. debug {
  136. minifyEnabled true
  137. useProguard true
  138. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-unity.txt', 'proguard-user.txt'
  139. jniDebuggable true
  140. }
  141. release {
  142. minifyEnabled true
  143. useProguard true
  144. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-unity.txt', 'proguard-user.txt'
  145. signingConfig signingConfigs.release
  146. }
  147. }
  148.  
  149. packagingOptions {
  150. doNotStrip '*/armeabi-v7a/*.so'
  151. doNotStrip '*/x86/*.so'
  152. }
  153.  
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement