commit | 11a4d480dfe17232edba5f2901ef322941b9c60f | [log] [tgz] |
---|---|---|
author | d34d <clark@cyngn.com> | Fri Mar 04 15:30:42 2016 -0800 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Fri Mar 04 15:33:47 2016 -0800 |
tree | fc5cfd860fea0d1674c2f7a4ed5307d94f7de1d0 | |
parent | ba01275cb42d8220071b0a762a6e6a6db2de4a8a [diff] |
Add missing WRITE_THEMES from cm_system-current Change-Id: I607a3813f8b501e1cbd7765fb1df32b1bf1da47d
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.