commit | 805093b3abe5828efcd2f46921fd2cd88149ba4b | [log] [tgz] |
---|---|---|
author | Dominik Baronelli <dbaronelli@shiftphones.com> | Tue May 16 08:23:54 2023 +0200 |
committer | Bruno Martins <bgcngm@gmail.com> | Sat Jun 15 22:50:35 2024 +0100 |
tree | a27a9c69495cc2697f7a4417d419e899ef7778f2 | |
parent | 12feea4dc986cf41a63654f97579ba716685aae5 [diff] |
Revert "sdk: Add aux camera related resources to config.xml" This reverts commit c775185a8752c45bd62b436c23e0d9ddcd4eb04b. Not needed anymore, after reverting 'sdk: Introduce org.lineageos.platform.resources target' Change-Id: I8d6b5dbb879c792bd6b5cf09ab9d6752e7001310
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.