commit | 12feea4dc986cf41a63654f97579ba716685aae5 | [log] [tgz] |
---|---|---|
author | Dominik Baronelli <dbaronelli@shiftphones.com> | Tue May 16 08:22:17 2023 +0200 |
committer | Bruno Martins <bgcngm@gmail.com> | Sat Jun 15 22:50:24 2024 +0100 |
tree | 93ea6aea5a8eea80fd688c1fec6e0cbed72c2abd | |
parent | 9b45f59f7712fa92a9a07305ba5d5d5d322455f6 [diff] |
Revert "sdk: add HFR privapp camera related resource to config.xml" This reverts commit 1c6d5b120d0d949ca87c8cc2e9f069a004f22fb4. Not needed anymore, after reverting 'sdk: Introduce org.lineageos.platform.resources target' Change-Id: I34539f44422432160d89c420c75f86cd9d9927f9
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.