commit | 5be83e56060b885401b6ce83b1401dcfed7bafdb | [log] [tgz] |
---|---|---|
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | Wed Dec 07 08:55:36 2016 +0800 |
committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | Tue Dec 13 00:07:40 2016 -0800 |
tree | 4ea0c718d9e1b16d6e8d8ed6a614a2e95e0a709d | |
parent | 18fbc317eeaf7880250f30e0a228e297b466550d [diff] |
Revert "cmsdk: Add device-specific strings" These strings have now been commonized in packages/resources/devicesettings. This reverts commit 8a259437af84e3bd207d4d608c0391996be6410f. Change-Id: I45bf82fca38f2712a9ad0aed80723c638502d996
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.