commit | 9adbc6f4d4aef2f2e59f34e64cafa54043f05e8c | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Wed Apr 20 16:39:44 2016 -0700 |
committer | Adnan Begovic <adnan@cyngn.com> | Wed Apr 20 16:39:44 2016 -0700 |
tree | 061667385ac339a14f74c69745411e101c2e4cf7 | |
parent | ab3916fd2ac48b02f5ef4608dd1b65f1cc62e927 [diff] |
cmsdk: Ignore "samples" subdir. Since the samples are going to grow with each new interface addition, lets keep them in separate git projects and overlap their path into this directory. Change-Id: Ie37283646fe8b1927a81a0f1fb299f56475e237d
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:4.+' }
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 5.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:5.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.