forked from organicmaps/organicmaps
Merge pull request #6227 from alexzatsepin/mytarget-update-cherry-pick
[cherry-pick][android] Mytarget update cherry pick
This commit is contained in:
commit
3c61525b2b
2 changed files with 7 additions and 1 deletions
|
@ -59,7 +59,7 @@ dependencies {
|
|||
compile 'com.google.code.gson:gson:2.6.1'
|
||||
compile 'com.pushwoosh:pushwoosh:4.12.2'
|
||||
compile 'com.my.tracker:mytracker-sdk:1.3.5'
|
||||
compile ('com.my.target:mytarget-sdk:4.6.9') {
|
||||
compile ('com.my.target:mytarget-sdk:4.6.14') {
|
||||
exclude group: 'com.android.support'
|
||||
}
|
||||
compile('com.mopub:mopub-sdk-native-static:4.11.0@aar') {
|
||||
|
|
|
@ -58,6 +58,12 @@ class MyTargetAdsLoader extends CachingNativeAdLoader implements NativeAd.Native
|
|||
onAdClicked(bannerId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onShow(NativeAd nativeAd)
|
||||
{
|
||||
// No op.
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
String getProvider()
|
||||
|
|
Loading…
Add table
Reference in a new issue