commit | 9a62c3cb4a5e72fcc43d191968c2e1e87967b4b8 | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Tue Jun 14 16:57:37 2016 -0700 |
committer | Nathan Prevette <nprevette420@gmail.com> | Thu Jun 16 18:40:16 2016 -0700 |
tree | d396bcb6d2eff926a02f26bdd2ce33600277ed43 | |
parent | bb8a1e09a181bcd5fe95e0c9ee68f0e989118af5 [diff] |
cmsdk: Provide remaining ProfileManager test coverage. TICKET: CYNGNOS-3046 Change-Id: I42792fe03fd7c218bec6f997115bd79bb8e97403
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.