commit | e4558b7fc3326edabbb9fb2f43c329626f48e4d2 | [log] [tgz] |
---|---|---|
author | Roman Birg <roman@cyngn.com> | Thu Oct 15 16:28:25 2015 -0700 |
committer | Adnan Begovic <adnan@cyngn.com> | Fri Nov 20 15:26:02 2015 -0800 |
tree | 82b05746a23c2d1237b4c4cd57fd85a6e18b76f0 | |
parent | d5fdee9833f8a31d5a80749367f7ada7a3e9a904 [diff] |
CMSettings: add reporting status setting Ref: CYNGNOS-1131 Change-Id: Ic237763bc5900d89a7ad5efb19d7ad3bcc448e33 Signed-off-by: Roman Birg <roman@cyngn.com> (cherry picked from commit 0c0aef6666490e6ec7055dc87503a63edbf66c98)
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.