Skip to content

Commit

Permalink
Pushwoosh Android SDK 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Dec 6, 2017
1 parent 358979f commit d92aea6
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In addition, add the following dependencies.
...
compile 'com.android.support:support-compat:26.+'
compile 'com.google.firebase:firebase-messaging:11.+'
compile 'com.pushwoosh:pushwoosh:5.5.1'
compile 'com.pushwoosh:pushwoosh:5.5.2'
}
Starting with Pushwoosh SDK 5.4.2, you need to use [Android Plugin for Gradle v3.0.0](https://developer.android.com/studio/build/gradle-plugin-3-0-0.html) (or higher) with Gradle v4.1 (or higher). You should add Java 8 support as well. To do so, add the following lines to app’s build.gradle:
```
Expand All @@ -43,7 +43,7 @@ Maven integration:
<dependency>
<groupId>com.pushwoosh</groupId>
<artifactId>pushwoosh</artifactId>
<version>5.5.1</version>
<version>5.5.2</version>
</dependency>

Documentation:
Expand Down
6 changes: 3 additions & 3 deletions Samples/Android-Advanced/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ dependencies {

compile "com.google.android.gms:play-services-location:${playServices}"

compile 'com.pushwoosh:pushwoosh:5.5.1'
compile 'com.pushwoosh:pushwoosh-badge:5.5.1'
compile 'com.pushwoosh:pushwoosh-location:5.5.1'
compile 'com.pushwoosh:pushwoosh:5.5.2'
compile 'com.pushwoosh:pushwoosh-badge:5.5.2'
compile 'com.pushwoosh:pushwoosh-location:5.5.2'
}

apply plugin: 'com.google.gms.google-services'
2 changes: 1 addition & 1 deletion Samples/Android-Simple/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compile "com.android.support:appcompat-v7:${support}"
compile "com.android.support:support-v4:${support}"

compile 'com.pushwoosh:pushwoosh:5.5.1'
compile 'com.pushwoosh:pushwoosh:5.5.2'

compile "com.google.firebase:firebase-core:${playServices}"
compile "com.google.firebase:firebase-messaging:${playServices}"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file removed jars/pushwoosh-inbox_v5.5.1.jar
Binary file not shown.
Binary file added jars/pushwoosh-inbox_v5.5.2.jar
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed pushwoosh-inbox_v5.5.1.aar
Binary file not shown.
Binary file added pushwoosh-inbox_v5.5.2.aar
Binary file not shown.
Binary file not shown.
Binary file removed pushwoosh_v5.5.1.aar
Binary file not shown.
Binary file added pushwoosh_v5.5.2.aar
Binary file not shown.

0 comments on commit d92aea6

Please sign in to comment.