commit | cd0ec5ba84075682a03fea68cfca6f2670c200ea | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Tue Aug 14 19:33:50 2018 -0700 |
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | Fri Oct 05 18:46:34 2018 +0200 |
tree | 3468ba4fa8a53a13173988dab9028f5e333d1a85 | |
parent | c5e6a03d0121a3212afe036fb254490c0d0765d4 [diff] |
LineageSettingsProvider: Cleanup after LINEAGE_SETUP_WIZARD_COMPLETED deprecation Change-Id: I997759d1f79fae514566e6474ea7802c2c7d1f53
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.