commit | 63769995c1ab962c7f6d34e679a1da584e774056 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Sat Jul 08 03:43:55 2023 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Thu Jul 13 16:19:43 2023 +0200 |
tree | 3249299e775934142664fd3108040835974e1133 | |
parent | 7e5dade2831c1bba431ba580ca67e60afb3f1097 [diff] |
Drop < lineage-16.0 database migration support It is only possible to upgrade from 17.1 to 20.0 directly, let's just drop all the old migration steps. Change-Id: I04ec638f3b7c75d53629c8fec5523a0ccc7eabb5
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.