commit | 3cc3d4d2ade405db7a079ce0926243eca3f423ba | [log] [tgz] |
---|---|---|
author | Rashed Abdel-Tawab <rashed@linux.com> | Thu Aug 16 13:15:52 2018 -0700 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Wed Aug 22 23:35:17 2018 +0200 |
tree | f99396873daf85298fb33595ec045e492959e595 | |
parent | 1349d295fc4dd5169f13f48b480be2c035f8f7ee [diff] |
lineage-sdk: Update attr.xml for aapt2 *) the sdk is now using aapt2 *) aapt2 is unhappy with "lineage:..." name attribute value format (errors with invalid character). *) update in a way that aapt2 is happy with Change-Id: I96ecc14c4a6de00272a5ad4f513b62f21289ac45
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.