commit | 5859513f8988c57fa5f2d0bc882348677916e279 | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Thu Aug 09 12:00:02 2018 -0700 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Tue Aug 21 22:06:42 2018 +0200 |
tree | 329e3b2fb20ee08ec8e958b7f16d50c33038035e | |
parent | 1b011d4a52914b8a5e55803f2d65e5dce1765bd7 [diff] |
lineage-sdk: Use java.utils.Objects instead of libcore.util.Objects Most methods in libcore.util.Objects have been deprecated: https://android.googlesource.com/platform/libcore/+/44b7f98da7985691d592f6a6a9199593a9f6455d Change-Id: I91bdd0c9756da153f167c80fe6d85fea7717a5da
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.