commit | 542742b751c961881ff88322aec08c91f4185037 | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Mon Sep 18 19:44:11 2017 -0700 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Fri Oct 06 09:40:24 2017 -0700 |
tree | eea4b42dd4ff4670933c1fb203673222780b6a17 | |
parent | 5ede05bdca6e034d84ff77224e5ce8d6b8029ef6 [diff] |
lineage-sdk: rebrand step 2: update file contents Change-Id: I9881acc57cdc0aeea2b296aac12a8af932d30aea
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.