commit | 8e4a978315692397a2a2a2a5d2064e77b673388d | [log] [tgz] |
---|---|---|
author | Gegham Zakaryan <zakaryan.2004@outlook.com> | Mon Mar 29 21:01:34 2021 +0400 |
committer | Bruno Martins <bgcngm@gmail.com> | Sun May 23 15:17:16 2021 +0200 |
tree | ee3c16c904aaafce9d0668a522e966fb77a3d6c9 | |
parent | feae6f7481ae32430da6961ddf1e37b4834f13f3 [diff] |
Revert "sdk: Deprecate POWER_MENU_ACTIONS" This reverts commit d8742f0727aad8187a903a0afbafbc909edf1d1c. Signed-off-by: Gegham Zakaryan <zakaryan.2004@outlook.com> Change-Id: I4071297652a6cd0a47d6c642909b32f742e60781
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.