commit | a7e8c17e827abbed8c8bf9299f4c1440c8ae7d04 | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Thu Mar 02 11:17:06 2017 +0100 |
committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | Sun Mar 05 15:39:32 2017 +0000 |
tree | a162365346cdc93e7fbc300a74d9f1af970a3c7b | |
parent | 2298aad316719b81d52ad9df68b9f1ce396dfafd [diff] |
CMSDK: Tests: AIRPLANE_MODE_ON has moved * Lives in "Global" now Change-Id: Ib0a53e07af5f6ef2de735a818a5f505906f9d4d4
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within LineageOS. 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:5.+' }
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 6.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.