commit | 0fa8756f319ae34488f9079468d4b37768313d34 | [log] [tgz] |
---|---|---|
author | Alexander Martinz <eviscerationls@gmail.com> | Mon Dec 07 23:56:06 2015 +0100 |
committer | Alexander Martinz <eviscerationls@gmail.com> | Mon Dec 07 23:56:06 2015 +0100 |
tree | 780ab028fcf74b3fbb86d54c55a8d19571e5e39d | |
parent | 204ffe00a3c2dc205e5e1f90a1b2f10025d40ca9 [diff] |
Fix build breakage caused by "add default value for QS_USE_MAIN_TILES" * commit 204ffe00a3c2dc205e5e1f90a1b2f10025d40ca9 Change-Id: I84d58a31e7f91e448865a05cf947f1e7d3442653 Signed-off-by: Alexander Martinz <eviscerationls@gmail.com>
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.