commit | 6e5ab27fbb508b3b347c873c0a3d9848ced789e9 | [log] [tgz] |
---|---|---|
author | Alexander Martinz <eviscerationls@gmail.com> | Thu Jul 28 14:02:08 2016 +0200 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Wed Aug 10 16:52:21 2016 -0700 |
tree | 1861de109efdc676e2872f758be9b1d5d46c5979 | |
parent | db640a9648d7833eb0f9745b091c91e7f3768803 [diff] |
[1/2] cmsdk: cm custom boot dexopt UI * Pass app info and number of installed packages to boot message UI * Ui by Asher and Joey, based on Alexander's previous work Change-Id: I9298d7e2b85a703921abf62f8b91157e6f88803b Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within CyanogenMod. 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.cyanogenmod: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.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.