commit | 7ee668b7d6adf4f9a4a55822e23a574237367f33 | [log] [tgz] |
---|---|---|
author | d34d <clark@cyngn.com> | Mon Jun 20 15:39:29 2016 -0700 |
committer | Nathan Prevette <nprevette420@gmail.com> | Fri Jun 24 13:50:46 2016 -0700 |
tree | c9d316b33a3be8b22bd42571bdb70448a451d62d | |
parent | 9bd6a12440dc7f6dcdf09dd3ee8ee24d417f8c7a [diff] |
Themes: Provide 100% test coverage for themes This patch completes the ThemeManagerTest and thus brings the themes package to 100% test coverage! \o/ Change-Id: I3bdb41781f127c9554c83f56503d591371031a23 TICKET: CYNGNOS-3029
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:4.+' }
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 5.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:5.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.