commit | 24f2bb4235125f19f778cdf5ba06ee591af08553 | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Mon Jan 18 11:26:42 2016 -0800 |
committer | Adnan Begovic <adnan@cyngn.com> | Mon Jan 18 13:43:03 2016 -0800 |
tree | 37b0a2be1d7c3c688d6f2eaeee0efb6cf58de9b8 | |
parent | ebf0f55125be9bf37eec5ad155b03a0003d263d7 [diff] |
cmsdk: Introduce Elderberry, api level 5. Change-Id: I916cb96e86e7dcee04b3b4cd08fec934b1ce5876
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.