The latest Vibes Push Notifications Android SDK installation instructions are also located in the Vibes SDK repository .
Vibes SDK - Android
An Android SDK for handling push integration with the Vibes Platform API.
The Android install files and documentation are also available from the Vibes GitHub repository at: https://github.com/tablexi/vibes-sdk-android.
Installation
Install Android Studio. Once you open Android Studio, it should handle downloading and syncing any of the Android SDK components it needs.
When you're ready, run:
./bin/setup
Tests
You can run the tests from within Android Studio, or via the command line with ./bin/test.
Test results live in, vibes/build/reports/tests/testDebugUnitTest/
.
Setup
Configure your root- or system-level gradle.properties
file with your Github username and either a password or a personal access token (see the sample file for format).
To Release
Bump the ARTIFACT_VERSION
in the vibes/gradle.properties
file. Then run:
./bin/release