|
26 | 26 | <setBoolFromProperty result="IncludeYandexAds" ini="Engine" section="/Script/CleverAdsSolutions.CASDefaultConfig" property="IncludeYandexAds" default="false"/>
|
27 | 27 | <setBoolFromProperty result="IncludeAudienceNetwork" ini="Engine" section="/Script/CleverAdsSolutions.CASDefaultConfig" property="IncludeAudienceNetwork" default="false"/>
|
28 | 28 | <setBoolFromProperty result="IncludeMyTarget" ini="Engine" section="/Script/CleverAdsSolutions.CASDefaultConfig" property="IncludeMyTarget" default="false"/>
|
| 29 | + <setBoolFromProperty result="IncludeMadex" ini="Engine" section="/Script/CleverAdsSolutions.CASDefaultConfig" property="IncludeMadex" default="false"/> |
29 | 30 | <setBoolFromProperty result="IncludeHyprMX" ini="Engine" section="/Script/CleverAdsSolutions.CASDefaultConfig" property="IncludeHyprMX" default="false"/>
|
30 | 31 | <setBoolFromProperty result="IncludeSmaato" ini="Engine" section="/Script/CleverAdsSolutions.CASDefaultConfig" property="IncludeSmaato" default="false"/>
|
31 | 32 | <!-- End Init Mediation -->
|
|
74 | 75 | <!-- Begin Dependencies -->
|
75 | 76 | <insertValue value="repository $S(PluginDir)/../ThirdParty/Android/repository" /> <insertNewline/>
|
76 | 77 | <insertValue value="com.cleveradssolutions,cas-unreal-plugin,release" /> <insertNewline/>
|
77 |
| - <insertValue value="com.cleveradssolutions,cas-sdk,3.5.4" /> <insertNewline/> |
| 78 | + <insertValue value="com.cleveradssolutions,cas-sdk,3.5.5" /> <insertNewline/> |
78 | 79 | <if condition="IncludeOptimalAds"><true>
|
79 |
| - <insertValue value="com.cleveradssolutions,cas,3.5.4" /> <insertNewline/> |
| 80 | + <insertValue value="com.cleveradssolutions,cas,3.5.5" /> <insertNewline/> |
80 | 81 | </true></if>
|
81 | 82 | <if condition="IncludeFamiliesAds"><true>
|
82 |
| - <insertValue value="com.cleveradssolutions,cas-families,3.5.4" /> <insertNewline/> |
| 83 | + <insertValue value="com.cleveradssolutions,cas-families,3.5.5" /> <insertNewline/> |
83 | 84 | </true></if>
|
84 | 85 | <if condition="IncludeCrossPromotion"><true>
|
85 |
| - <insertValue value="com.cleveradssolutions,cas-promo,3.5.4" /> <insertNewline/> |
| 86 | + <insertValue value="com.cleveradssolutions,cas-promo,3.5.5" /> <insertNewline/> |
86 | 87 | </true></if>
|
87 | 88 | <if condition="IncludeIronSource"><true>
|
88 |
| - <insertValue value="com.cleveradssolutions,ironsource,7.8.0.0" /> <insertNewline/> |
| 89 | + <insertValue value="com.cleveradssolutions,ironsource,7.8.0.1" /> <insertNewline/> |
89 | 90 | </true></if>
|
90 | 91 | <if condition="IncludeUnityAds"><true>
|
91 | 92 | <insertValue value="com.cleveradssolutions,unity,4.9.2.2" /> <insertNewline/>
|
|
112 | 113 | <insertValue value="com.cleveradssolutions,superawesome,9.3.2.0" /> <insertNewline/>
|
113 | 114 | </true></if>
|
114 | 115 | <if condition="IncludeMintegral"><true>
|
115 |
| - <insertValue value="com.cleveradssolutions,mintegral,16.6.31.0" /> <insertNewline/> |
| 116 | + <insertValue value="com.cleveradssolutions,mintegral,16.6.41.0" /> <insertNewline/> |
116 | 117 | </true></if>
|
117 | 118 | <if condition="IncludeAppLovin"><true>
|
118 | 119 | <insertValue value="com.cleveradssolutions,applovin,12.2.0.0" /> <insertNewline/>
|
|
132 | 133 | <if condition="IncludeMyTarget"><true>
|
133 | 134 | <insertValue value="com.cleveradssolutions,mytarget,5.20.0.1" /> <insertNewline/>
|
134 | 135 | </true></if>
|
| 136 | + <if condition="IncludeMadex"><true> |
| 137 | + <insertValue value="com.cleveradssolutions,madex,1.1.0.0" /> <insertNewline/> |
| 138 | + </true></if> |
135 | 139 | <if condition="IncludeHyprMX"><true>
|
136 | 140 | <insertValue value="com.cleveradssolutions,hyprmx,6.2.3.0" /> <insertNewline/>
|
137 | 141 | </true></if>
|
@@ -171,6 +175,13 @@ allprojects {
|
171 | 175 | url = "https://artifact.bytedance.com/repository/pangle"
|
172 | 176 | content { it.includeGroup("com.pangle.global") }
|
173 | 177 | }
|
| 178 | + maven { |
| 179 | + url = "https://sdkpkg.sspnet.tech" |
| 180 | + content { |
| 181 | + it.includeGroup("sspnet.tech") |
| 182 | + it.includeGroup("sspnet.tech.adapters") |
| 183 | + } |
| 184 | + } |
174 | 185 | maven {
|
175 | 186 | url = "https://s3.amazonaws.com/smaato-sdk-releases/"
|
176 | 187 | content { it.includeGroup("com.smaato.android.sdk") }
|
|
0 commit comments