commit | 157a7c1cde03fe13ee0446404406e3651969c479 | [log] [tgz] |
---|---|---|
author | Joey <joey@lineageos.org> | Fri Jan 19 20:53:02 2018 +0100 |
committer | Joey <joey@lineageos.org> | Sun Feb 11 20:22:13 2018 +0100 |
tree | 32ef560c8fd3da27a6938169e3d5de140b686580 | |
parent | 376449bca3d1b38623707ae3d6a4faaa88be41b2 [diff] |
sdk: add berry global style and accent settings Change-Id: If4b2d913713c7e5d2dab8dd43a41a7d0db3c6cb2 Signed-off-by: Joey <joey@lineageos.org>
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.