Merge pull request #6227 from alexzatsepin/mytarget-update-cherry-pick

[cherry-pick][android] Mytarget update cherry pick
This commit is contained in:
Arsentiy Milchakov 2017-06-09 13:54:23 +03:00 committed by GitHub
commit 3c61525b2b
2 changed files with 7 additions and 1 deletions

View file

@ -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') {

View file

@ -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()