commit | 610916b378517bf841783b191f9fe94643b19ac1 | [log] [tgz] |
---|---|---|
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | Mon Nov 21 12:40:37 2016 +0800 |
committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | Sat Dec 03 09:12:30 2016 +0800 |
tree | 63ae95aa45dbef8062e0b8578f596167608c9fe8 | |
parent | 77b34c39edd2119390706167e0dfbb9c79ba3f51 [diff] |
cmsdk: Switch to a unified LED capabilities overlay Add a unified and extensible overlay that encompasses all the current LED capabilities, while allowing for new future LED capabilities. Change-Id: If04e19891e778d1203241b03f398022400a531c8
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:5.+' }
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 6.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.