commit | b0a3389a2a178c42083d18ad8fbebd879383e4f9 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mikeioannina@gmail.com> | Fri Dec 25 16:41:51 2015 +0200 |
committer | Christian Oder <myself5@carbonrom.org> | Fri Jan 08 21:55:06 2016 +0100 |
tree | fdbeff32d1338fa0049787d403eb6103b6e0cf31 | |
parent | dd45db48b9c126686c43f0c0ad67e89e793080ec [diff] |
Automatic translation import Change-Id: I1b7ef7809945b495bfabc6db4d10ce3f3510f967
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:2.0' }
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 3.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:3.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.