commit | 68a1d795d34dcaf7dc53b0feaf9397172851d0de | [log] [tgz] |
---|---|---|
author | Han Wang <416810799@qq.com> | Sun Dec 23 18:45:43 2018 +0100 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Jan 19 17:07:54 2019 +0100 |
tree | 4d125d32228ecf6fb4fbd3a970398ac883973034 | |
parent | a7d4dff90240873f9321b44e99319cc0a1f028a8 [diff] |
lineage-sdk: Remove useless logic on database upgrading * The upgradeVersion < newVersion part is never reachable because we increase upgradeVersion unconditionally. Make it back to stage by nuking it as no one has experience issues before. Change-Id: Icac1e18c192292ad3147fd4af4c862e93ef34ba5
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.