commit | b4d0ddfea998adf1775f4f2be30502a4303d43d2 | [log] [tgz] |
---|---|---|
author | Danesh M <danesh@cyngn.com> | Wed Jun 15 10:53:33 2016 -0700 |
committer | Vaughn N <rwaterspf1@floydco.net> | Wed Jun 15 19:29:35 2016 -0400 |
tree | bf8388e3e24dacfd4e111351ee08159dedcaf945 | |
parent | 3d3e43ea3352b2e3a258a787569bfb865473250b [diff] |
CMSDK : Fix external view test Java's assert doesn't really do much on android and just returns true, which makes you feel good about your tests, but its just lying to you. On the long run its best that you know the real result and fix it, hence switch to JUnit's assert. CYNGNOS-3042 Change-Id: If7e5982b10abc1f842a52110973566818b1e3bf4
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.