Skip to content

Commit

Permalink
Pushwoosh Android SDK 4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Nov 1, 2016
1 parent b35c463 commit 6aa08d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 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 @@ -8,12 +8,12 @@ Maven integration:
<dependency>
<groupId>com.pushwoosh</groupId>
<artifactId>pushwoosh</artifactId>
<version>4.10.3</version>
<version>4.10.4</version>
</dependency>

Gradle integration:

compile 'com.pushwoosh:pushwoosh:4.10.3'
compile 'com.pushwoosh:pushwoosh:4.10.4'


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.3'
compile 'com.pushwoosh:pushwoosh:4.10.4'
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
6 changes: 4 additions & 2 deletions mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2523,8 +2523,10 @@ com.pushwoosh.internal.utils.RegistrationPrefs -> com.pushwoosh.internal.utils.h
void setUserId(android.content.Context,java.lang.String) -> d
java.lang.String getDeviceId(android.content.Context) -> k
void setDeviceId(android.content.Context,java.lang.String) -> e
int getAppVersion(android.content.Context) -> l
android.content.SharedPreferences getPreferences(android.content.Context) -> m
java.lang.String getLogLevel(android.content.Context) -> l
void setLogLevel(android.content.Context,java.lang.String) -> f
int getAppVersion(android.content.Context) -> m
android.content.SharedPreferences getPreferences(android.content.Context) -> n
com.pushwoosh.local.AlarmReceiver -> com.pushwoosh.local.AlarmReceiver:
int counter -> a
void <init>() -> <init>
Expand Down

0 comments on commit 6aa08d6

Please sign in to comment.