commit | 8f7ef5dfeaa4749b24ac48f1d649b32eb60261d3 | [log] [tgz] |
---|---|---|
author | Simon Shields <keepcalm444@gmail.com> | Tue Dec 27 22:56:27 2016 +1100 |
committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | Thu Dec 29 11:58:58 2016 +0800 |
tree | 09f00b27c4554d3566a25070b03ea1ce31032e0f | |
parent | 79cced08e745f7cc1d09d05f450335e75f32de35 [diff] |
cmsdk: rebrand to LineageOS Change-Id: I5ed247a25db28508d367662e16372e5391c3ae3d
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.