commit | 89d7c9ba1ce2e0e10ca309de2457e0e82e7930aa | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Sat Oct 09 19:19:21 2021 +0200 |
committer | Ćukasz Patron <priv.luk@gmail.com> | Tue Oct 26 21:13:31 2021 +0200 |
tree | cb93148af9c40a05a05b801fa482ee211209a67f | |
parent | 62697e0f46c02dc13a2980bd82176eeb6c827a8e [diff] |
lineage-sdk: LineageParts is now in /system_ext Change-Id: Ia1513006fd46153e2a4a39e5ffb014d0b1624dc4
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.