commit | 2489ed05d81a0bb8a2b5b8189b3b76b28958b081 | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Mon Jun 06 17:19:32 2016 -0700 |
committer | Patrick Graber <pjgraber03@gmail.com> | Tue Jun 07 23:04:01 2016 -0700 |
tree | 465258983a9b7297475fda61466118ebff88d6e5 | |
parent | 3fb1160ff7e945140216b1f03b3436a5c690e090 [diff] |
CMSettingsProvider: Add coverage for CMSettings' interfaces. TICKET: CYNGNOS-3016 Change-Id: I55b762b51ad98194c235b83c36e3a6683c33ac4e
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.