commit | c0254632e14f85c846d57cef0146f1534173b56c | [log] [tgz] |
---|---|---|
author | Christian Morlok <christianmorlok@gmail.com> | Sun Jan 08 00:44:19 2017 +0100 |
committer | Christian Morlok <christianmorlok@gmail.com> | Sun Jan 08 00:52:37 2017 +0100 |
tree | db29645952286aa7816392262a55e35054ee8291 | |
parent | 5bb06dccb586ee1dd26ff866a0015b7e2ac57bb5 [diff] |
cmsdk: fix update path for version 7 * Do not break boot if clock position tunable is unset * Fixes I2412051289a922dfc72cdf266b47f32cf7aaa31a Change-Id: I8d841f324f5bf8499365ca48cdf6aa4710ccd957
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.