commit | b7fc0cfb4cd7b444f9a72496975c578058247371 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Fri Sep 06 23:26:19 2019 +0200 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Tue Sep 10 15:27:52 2019 -0700 |
tree | 73c336335e5efaf3232149358d418efe2bcdaa1b | |
parent | 3a06cbea25319ba97ad0ee9bb52ad2b4b7d4705f [diff] |
lineage-sdk: Remove leftover lineagehw compat code Change-Id: I6a400cc79b9d00553c6646b788f9a4aa959a91b5
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.