commit | c775185a8752c45bd62b436c23e0d9ddcd4eb04b | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Wed Nov 02 12:48:32 2022 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Wed Nov 02 17:32:21 2022 +0000 |
tree | 4c8f87c436b3d518a8b996c9eee3cf6a2669ba20 | |
parent | 6ba68050a306570aeb1d48e49bc895012a61d96e [diff] |
sdk: Add aux camera related resources to config.xml Change-Id: Ic19ea5b0ae4433564fe8a2f854a67fd42bfd7a5c
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.