commit | 0452ebac722339c0db7c2ff33662f2d559e9cc91 | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Fri Oct 07 00:16:11 2016 -0700 |
committer | Steve Kondik <steve@cyngn.com> | Sat Oct 08 04:22:31 2016 -0700 |
tree | cee000bb0b05002a019de31644a3c581ee49963f | |
parent | 5ba48458e1ad66a8a84bc46842fe13d8d3d3b26b [diff] |
cmsdk: Add search resources plumbing for CMParts Change-Id: I541bbbabd81eb249b7696f23d5122b6a5f4f8f50
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.