commit | 33fc2d43857d0d92662232e8a9dba127f0335212 | [log] [tgz] |
---|---|---|
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | Sun Oct 09 09:43:44 2016 +0800 |
committer | Steve Kondik <shade@chemlab.org> | Sun Oct 09 05:47:30 2016 -0700 |
tree | 34475ddc43c85a5be9ae4b24a19992511f5eda0b | |
parent | a9367b4aac39005df918006c8f2fe3efc04691d0 [diff] |
cmsdk: Migrate STYLUS_ICON_ENABLED to CMSettings Change-Id: If40a8f390d4105812e7fab89e3612f21d6d206a4
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.