commit | c0bd6d0882ff05d732bfcb82ef797e72c222e00f | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Mon Mar 07 11:16:58 2016 -0800 |
committer | Adnan Begovic <adnan@cyngn.com> | Tue Mar 08 09:24:31 2016 -0800 |
tree | 3f15ea999c8ce043c52f66befa2fc3f8069a29d9 | |
parent | 3a590c305737a8533f40235fc7dbdcfaee30bdcb [diff] |
cmsdk: Clean up proguard flags. -dontskipnonpubliclibraryclasses and class members covers the processing of external libraries which makes the -injars option defunct. Also keep more android support related classes for when we expand the test package for more coverage. TICKET: CYNGNOS-2189 Change-Id: I37b66acdac86400f41d1f7f1e6610d1d9ca480b3
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:2.0' }
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 3.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:3.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.