commit | eaedf7be027e4a462f05328f8f2d70b56492744f | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Thu Jun 06 00:40:21 2019 -0700 |
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | Sun Jun 09 21:02:51 2019 +0200 |
tree | ed83e3e2ce123cbccb28f4c6997fb2264183f85e | |
parent | 1c52f374a4435353c826dc00fa2e64f19ca44b17 [diff] |
sdk: Add volume panel left/right setting Change-Id: I378e07bbed1fa438323be1ceaaeb6f9189daea45
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.