Skip to content

Commit

Permalink
Pushwoosh Android SDK 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jul 13, 2020
1 parent 0eed978 commit 255b032
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ In addition, add the following dependencies.
...
compile 'com.android.support:support-compat:26.+'
compile 'com.google.firebase:firebase-messaging:11.+'
compile 'com.pushwoosh:pushwoosh:6.0.2'
compile 'com.pushwoosh:pushwoosh:6.0.3'
}
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).

Starting with Pushwoosh SDK 5.1.1, FCM library is used by default, therefore, you need to integrate Firebase into your project correctly. Please refer to [Getting Started](https://www.pushwoosh.com/platform-docs/pushwoosh-sdk/android-push-notifications/integrate-pushwoosh-android-sdk) guide.

[Pushwoosh.aar](https://github.com/Pushwoosh/pushwoosh-android-sdk/blob/master/Pushwoosh.aar) - compiled version of Pushwoosh Android SDK. Includes all necessary AndroidManifest.xml changes required for receiving FCM push notifications. For Amazon integration please add the following dependency:

compile 'com.pushwoosh:pushwoosh-amazon:6.0.2'
compile 'com.pushwoosh:pushwoosh-amazon:6.0.3'

Maven integration:

<dependency>
<groupId>com.pushwoosh</groupId>
<artifactId>pushwoosh</artifactId>
<version>6.0.2</version>
<version>6.0.3</version>
</dependency>

Documentation:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file removed jars/pushwoosh_v6.0.2.jar
Binary file not shown.
Binary file added jars/pushwoosh_v6.0.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed pushwoosh-experimental_v6.0.2.aar
Binary file not shown.
Binary file added pushwoosh-experimental_v6.0.3.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed pushwoosh_v6.0.2.aar
Binary file not shown.
Binary file added pushwoosh_v6.0.3.aar
Binary file not shown.

0 comments on commit 255b032

Please sign in to comment.