commit | c22e168c2d19b32d4b138080d30ba119507e3a2b | [log] [tgz] |
---|---|---|
author | Michael Bestas <mikeioannina@gmail.com> | Wed Dec 16 22:48:39 2015 +0200 |
committer | Christian Oder <myself5@carbonrom.org> | Fri Jan 08 21:55:06 2016 +0100 |
tree | b443689ca543f24d17de6449f6053a4f571918d4 | |
parent | 9e174b4f4ae51ba1a65359c4b621e0fc223ed823 [diff] |
Automatic translation import Change-Id: I8805ed6ec7ba48df941a1077c477f19ab70180ee
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.