forked from organicmaps/organicmaps
[android] Update pushwoosh to 4.12.2
This commit is contained in:
parent
131a3e3218
commit
e6cfc4ae4f
2 changed files with 1 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue