commit | ab3916fd2ac48b02f5ef4608dd1b65f1cc62e927 | [log] [tgz] |
---|---|---|
author | Luis Vidal <lvidal@cyngn.com> | Sat Apr 16 13:16:41 2016 -0700 |
committer | Luis Vidal <lvidal@cyngn.com> | Wed Apr 20 10:27:10 2016 -0700 |
tree | 1c2797433afd86006a3fd87346378bed82858591 | |
parent | 02a71cc24e4917c765f3a5a7a6077c755ef70db1 [diff] |
Add Weather API test coverage Test coverage for: - DayForecast.Builder - ServiceRequestResult.Builder - WeatherInfo.Builder - WeatherLocation.Builder Change-Id: I66e716fa7a768b095e4b72011eda359b06a55f2e TICKET: CYNGNOS-2491
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.