Skip to content

Commit

Permalink
Pushwoosh Android SDK 4.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Nov 24, 2016
1 parent 2eeb167 commit 69a695b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
Binary file modified Pushwoosh.aar
Binary file not shown.
Binary file modified Pushwoosh.jar
Binary file not shown.
Binary file modified PushwooshUnity.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Maven integration:
<dependency>
<groupId>com.pushwoosh</groupId>
<artifactId>pushwoosh</artifactId>
<version>4.10.6</version>
<version>4.10.7</version>
</dependency>

Gradle integration:

compile 'com.pushwoosh:pushwoosh:4.10.6'
compile 'com.pushwoosh:pushwoosh:4.10.7'


The guide for SDK integration is available on Pushwoosh website:
Expand Down
Binary file modified Samples/Android-Advanced/Pushwoosh/Pushwoosh.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion Samples/Android-Simple/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.pushwoosh:pushwoosh:4.10.6'
compile 'com.pushwoosh:pushwoosh:4.10.7'
compile 'com.android.support:support-v4:23.1.1+'
compile 'com.google.android.gms:play-services-gcm:8.4.0+'
compile 'com.google.android.gms:play-services-location:8.4.0+'
Expand Down
9 changes: 6 additions & 3 deletions mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2370,12 +2370,15 @@ com.pushwoosh.internal.utils.LockScreenReceiver -> com.pushwoosh.internal.utils.
void onReceive(android.content.Context,android.content.Intent) -> onReceive
com.pushwoosh.internal.utils.LockScreenService -> com.pushwoosh.internal.utils.LockScreenService:
android.content.BroadcastReceiver mReceiver -> a
java.util.List screenOffCallbacks -> b
java.util.List screenOnCallbacks -> c
java.lang.Object lock -> b
java.util.List screenOffCallbacks -> c
java.util.List screenOnCallbacks -> d
void <init>() -> <init>
void doOnScreenLocked(android.content.Context,java.lang.Runnable) -> a
void doOnScreenUnLocked(android.content.Context,java.lang.Runnable) -> b
boolean isScreenLocked(android.content.Context) -> a
void setScreenOff(android.content.Context,boolean) -> a
void setScreenUnlocked(android.content.Context) -> a
boolean isScreenLocked(android.content.Context) -> b
void onCreate() -> onCreate
void onDestroy() -> onDestroy
int onStartCommand(android.content.Intent,int,int) -> onStartCommand
Expand Down

0 comments on commit 69a695b

Please sign in to comment.