commit | 507605002f4bd80c3bc0ea516d574dd516b2a765 | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Mon Sep 03 18:32:40 2018 -0700 |
committer | Rashed Abdel-Tawab <rashedabdeltawab@gmail.com> | Fri Nov 15 00:24:18 2019 +0100 |
tree | 2cf06f9772de0d53cd806ed8718008109f1b1b9d | |
parent | 6cd66659a286085b1ad60f634c488c270dd5bae4 [diff] |
lineage-sdk: Bump PREF_HAS_MIGRATED_LINEAGE_SETTINGS for 17.0 Change-Id: Ia88d36533c0b0a2dd8ca18e93de5d03441dd8092
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.