commit | bd4ca1f551038ac024d38445090f61757fa4b02a | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Tue Apr 24 20:01:51 2018 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Thu Apr 26 15:13:35 2018 +0100 |
tree | 66bcf3273b71fbf5ba48ff7c10887dc60d646ace | |
parent | 89eb3d49de8355330ff52d570da09be4928dec8d [diff] |
LineageBatteryLights: Take current user settings into account Change-Id: Ie99c14a73c14e1f5b6c39125625153f2628f884d
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.lineageos: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.lineageos:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.