Get the SDK


Import version 1.0.109 of the SDK as a dependency in your app's build.gradle:

implementation 'me.pushy:sdk:1.0.109'

Please ensure mavenCentral() is present in your Gradle repositories section.

Alternatively, download sdk-1.0.109.jar and include it in your app's libs/ folder. If you're interested, check out the SDK changelog to see what's new in the latest version of the Pushy Android SDK.

ProGuard Compatibility


If you use ProGuard, make sure the following lines are present in your app/proguard-rules.pro file:

-dontwarn me.pushy.**
-keep class me.pushy.** { *; }
-keep class androidx.core.app.** { *; }
-keep class android.support.v4.app.** { *; }