commit | e2d1d6a39115b8a89822767d42bdd7f925e4e4b7 | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Tue Oct 03 21:43:49 2023 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Tue Oct 03 22:23:44 2023 +0100 |
tree | ca664a8f4dc04e2ff131e839ed2cb0cee03e5598 | |
parent | 944cb718fb874ce533f200602c3d73aa0569db5b [diff] |
LineageSettingsProvider: Allow to set a default for QS brightness slider Change-Id: Ie9003e2c14e7f5ba1b34cd7c3c7ab95a3c9501cf
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.