commit | 173b6d86934f9f6cd7fa6e806994e9991c30551a | [log] [tgz] |
---|---|---|
author | Chirayu Desai <chirayudesai1@gmail.com> | Tue Jun 27 21:14:36 2023 +0530 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Jul 12 14:27:38 2023 +0300 |
tree | f7751247061f70fc2ad096a80c41f7d1fcdd7433 | |
parent | c407667d383a419ed1abdb9745a0aea011a0dca4 [diff] |
Migrate side FPS settings * Really shouldn't have touched an existing migration before * Anywho, let's change it back to what it was but make it compile * Then, let's migrate that old setting to the new AOSP setting, but flip it since it works differently. Change-Id: I342d8c78aa8faeda5dcaafe9199deb51c570efd0
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.