commit | 567b43017af6f51d67ee05397df665bf136cb177 | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Sat Feb 27 12:04:03 2016 +0100 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Fri Mar 04 12:46:48 2016 -0800 |
tree | 580bd3c5e1ccc2c4a269392d472db67805ef666a | |
parent | 8a259437af84e3bd207d4d608c0391996be6410f [diff] |
cmsdk: Add cyanogenmod.util to stubs and update API * ColorUtils was recently added here and it's suitable for general consumption. Add this to the API. Change-Id: Iff89d5714092d02070f1c6805e0e8f95debd980d
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.