commit | 2cf37e453c971830bd7e03d051abe076d90ee7a6 | [log] [tgz] |
---|---|---|
author | dianlujitao <dianlujitao@lineageos.org> | Thu Dec 07 21:52:29 2017 +0800 |
committer | dianlujitao <dianlujitao@lineageos.org> | Thu Dec 07 21:56:02 2017 +0800 |
tree | 8b7a740b59e800ad0c5a6d7069572c032a0b66c3 | |
parent | 9f648b7046d1f921707c749b02b911ae126fd0fa [diff] |
lineage-sdk: Switch droiddoc build to use templates-sdk from doclava Change-Id: I94032853ea920f8e5abde068b4406173223c8b36
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.