Skip to content

Commit

Permalink
Geolocation stability fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jul 28, 2016
1 parent 67c41bd commit 5dcf3be
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 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.6.1</version>
<version>4.6.2</version>
</dependency>

Gradle integration:

compile 'com.pushwoosh:pushwoosh:4.6.1'
compile 'com.pushwoosh:pushwoosh:4.6.2'


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.6.1'
compile 'com.pushwoosh:pushwoosh:4.6.2'
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
3 changes: 3 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Current version: 4.6.2
=========================
Geolocation stability fixes
Current version: 4.6.1
=========================
isNotificationEnabled stability fix
Expand Down
11 changes: 5 additions & 6 deletions mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2270,16 +2270,15 @@ com.pushwoosh.internal.utils.DeviceUtils -> com.pushwoosh.internal.utils.b:
boolean isTablet(android.content.Context) -> b
boolean isAmazonDevice() -> a
boolean isNetworkAvailable(android.content.Context) -> c
java.lang.String getPhoneNumber(android.content.Context) -> d
float getBatteryLevel(android.content.Context) -> e
float getBatteryLevel(android.content.Context) -> d
long getAvailableInternalSpaceMB() -> b
long getTotalInternalSpaceMB() -> c
long getAvailableExternalSpaceMB() -> d
long getTotalExternalSpaceMB() -> e
int getScreenWidth(android.content.Context) -> f
int getScreenHeight(android.content.Context) -> g
java.lang.String getInstaller(android.content.Context) -> h
java.util.List getInstalledStores(android.content.Context) -> i
int getScreenWidth(android.content.Context) -> e
int getScreenHeight(android.content.Context) -> f
java.lang.String getInstaller(android.content.Context) -> g
java.util.List getInstalledStores(android.content.Context) -> h
java.lang.String getDeviceName() -> f
java.lang.String capitalize(java.lang.String) -> a
void <clinit>() -> <clinit>
Expand Down

0 comments on commit 5dcf3be

Please sign in to comment.