commit | 67da139fbbbf0d3698929b1562a952bac09e8388 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Sun Jul 15 20:06:19 2018 +0200 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Thu Jul 26 21:43:33 2018 +0200 |
tree | 0237ad080ae95342c477fc0e132f29db819a7116 | |
parent | 9a5742fc3313e91a17d9d7c7f9753cac835617c9 [diff] |
sdk: Add an overlay to specify notch presence Change-Id: Ia6a39484a45c2bbe300d9cf905999d405d11aa22
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.