commit | 6bc11531f7d6cc2092a9192eadc6c0c29390ec85 | [log] [tgz] |
---|---|---|
author | Luis Vidal <lvidal@cyngn.com> | Wed Apr 06 18:07:31 2016 -0700 |
committer | Nathan Prevette <nprevette420@gmail.com> | Fri Apr 08 18:06:26 2016 -0700 |
tree | 00a49ff6968152df47fcfe5abccb69f168e35028 | |
parent | 09f2beaf49acdf0828d93995f39b5598a998d408 [diff] |
Add state member to WeatherLocation class Some weather service providers might require an additional state (territory) field to better identify a location, so a new field has been added to WeatherLocation class to hold this data. This patch also adds javadoc to public methods TICKET: CYNGNOS-2384 Change-Id: I927f58d436f044df3c8af496b0f27e017f5e73e3
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.