Merge pull request #6151 from alexzatsepin/MAPSME-4588-update-pushwoosh-sdk

[android] Update pushwoosh to 4.12.2
This commit is contained in:
Roman Romanov 2017-05-30 07:44:12 +04:00 committed by GitHub
commit d0dd053517
2 changed files with 1 additions and 10 deletions

View file

@ -333,10 +333,6 @@
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<activity
android:name="ru.mail.android.mytarget.ads.MyTargetActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
<activity android:name="com.mopub.common.MoPubBrowser" android:configChanges="keyboardHidden|orientation|screenSize"/>
<receiver
@ -385,11 +381,6 @@
</intent-filter>
</receiver>
<!-- PushWoosh -->
<activity android:name="com.pushwoosh.richpages.RichPageActivity"/>
<activity android:name="com.pushwoosh.MessageActivity"/>
<activity android:name="com.pushwoosh.PushHandlerActivity"/>
<receiver
android:name="com.google.android.gms.gcm.GcmReceiver"
android:exported="true"

View file

@ -57,7 +57,7 @@ dependencies {
exclude group: 'com.android.support'
}
compile 'com.google.code.gson:gson:2.6.1'
compile 'com.pushwoosh:pushwoosh:4.10.7'
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') {
exclude group: 'com.android.support'