commit | 0396b008234999903f64c7668082fab2358c7565 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Sat Jun 25 00:39:44 2022 +0200 |
committer | Bruno Martins <bgcngm@gmail.com> | Wed Jul 06 00:36:41 2022 +0200 |
tree | 2712d2b53c0a8029b07c1988035c0e864ba98d65 | |
parent | fd9f38394df032a790be1debe0d21ad22fa05652 [diff] |
sdk: Remove config_haveNotch No longer used by LineageParts. Change-Id: Ie26797afc76c63d9524b41e3afd41d2848f94d50
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.