commit | 861ba2d8746fa51609862a511cb2e47ebb44066e | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Tue Jan 23 21:23:04 2018 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Jan 24 02:43:12 2018 +0200 |
tree | cc5b92ee7a6e99ea889486a01707f2500e5bc569 | |
parent | 7c69dc97d8b1c461ee425fa4bed01208332910b5 [diff] |
lineage-sdk: Remove lineage telephony service * Used for old MSIM API which is non-functional since a while Change-Id: Ica2b9ae119d5972e425082433df3a7b099ae404a
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.