KO
|
EN
gitlite — search
Search
#javascript
#java
#python
#wordpress
#php
#rust
#android
#elixir
#discord
#discord-bot
#nodejs
#jekyll
simperium-android
★ 63
Open GitHub ↗
Simperium Android Client
Download README (.md)
Explore Similar Repositories
openstack-neat
:
OpenStack Neat: A Framework for Dynamic Consolidation of Virtual Machines in OpenStack Clouds
WordPress-Plugin-Update-Notifier-for-Code-Canyon
:
This is a project that helps to provide an update notification system for WordPress plugins sold through the Envaro Code Canyon marketplace.
heroku-buildpack-jruby
:
No description available.
watch_tower
:
WatchTower helps you track how much time you spend on all of your projects, at the project, directory, and file level.
flexi-streams
:
Flexible bivalent streams for Common Lisp
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
simperium-android
?
Download (.md)
# Simperium for Android Trying to make using [Simperium][Simperium.com] in your Android app dead simple. ## Using in an Android Project Simperium for Android is configured as an [Android Library Project][]. ## Contributing To get started first clone the project: ``` git clone https://github.com/Simperium/simperium-android.git ``` Simperium Android uses [Android Studio][] and [gradle][] for development. ### Tests Please provide unit tests for your contributions. Run tests with gradle: ``` ./gradlew connectedAndroidTest ``` Unit tests use a mock networking and storage stack so that different components can be tested in isolation. The unit tests should not connect to any external services. ## Publish to S3 A new version of this library will be automatically published to S3 by CI in the following scenarios: **Note**: `sha1` corresponds to the commit hash. * For all tags -> Version: `{tag-name}` * For all commits in `trunk` (so PR merges) -> Version: `trunk-{sha1}` * For all commits for open PRs - you can open a draft PR to get it to publish -> Version: `{prNumber}-{sha1}` ## Usage ### Adding simperium as dependency ```groovy implementation 'com.automattic:simperium:<version>' ``` [Android Studio]: http://developer.android.com/sdk/installing/studio.html [Gradle]: http://www.gradleware.com [Simperium.com]: http://simperium.com [Android Library Project]: http://developer.android.com/tools/projects/index.html#LibraryProjects