commit | 5c7be898cbf7de7c03015332c681f612605a54cf | [log] [tgz] |
---|---|---|
author | Keith Mok <kmok@cyngn.com> | Thu Feb 04 10:49:03 2016 -0800 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Thu Feb 11 17:06:40 2016 -0800 |
tree | 1f6a7878227725e99903adc2ba0b0326ed733df3 | |
parent | 06965d4dfe300e97135b3bd1f218870f1c714bc9 [diff] |
CMSDK : Add caffeine tile (2/2) Change-Id: I6c3d5cdc0dc2cce06f1c00c6ffbb96d5f376dc46
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within CyanogenMod. The SDK exposes APIs and system level framework access in the Android framework that aren't available in any other distribution.
You can either download from prebuilts hosted on github or pull directly via Gradle.
Our stable releases are mirrored in Maven Central, and you can fetch the current release by setting your build.gradle
dependencies to
dependencies { compile 'org.cyanogenmod:platform.sdk:2.0' }
Within build.gradle
make sure your repositories
list sonatype OSS repos for snapshots
repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } }
You can target the future
or development
branch by setting your dependencies
for 3.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:3.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.