commit | 47203ca01c1e7f42c5a1263ac44ce182a4279428 | [log] [tgz] |
---|---|---|
author | Luis Vidal <lvidal@cyngn.com> | Tue Apr 12 23:59:32 2016 -0700 |
committer | Patrick Graber <pjgraber03@review.blissroms.com> | Wed Apr 13 18:24:55 2016 -0700 |
tree | 186fa132bdef60f6bc424d51d5be63d9891e5abe | |
parent | f68ee70cb19ff7e9c5a2d818ba27eab758ed8b9f [diff] |
Use temperature unit from CMSettings on weather update requests Make sure the the weather update requests are using the temperature unit set by the user in the weather settings Change-Id: Iac3a891b5afbcf36a87386f828b40bcbd0e1de02 TICKET: CYNGNOS-2429 (cherry picked from commit b8717c4f5981d1e9763fcb2a782093b8dd3f1364)
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.