commit | ed4d063611d9f36d03a1679e773af1f5efd24734 | [log] [tgz] |
---|---|---|
author | Luis Vidal <lvidal@cyngn.com> | Tue Apr 12 21:01:39 2016 -0700 |
committer | Luis Vidal <lvidal@cyngn.com> | Wed Apr 13 12:45:25 2016 -0700 |
tree | e1afc785e3545d1f6f890d468f21cd15c1bb52e0 | |
parent | 10da08aa5e6982dcdbdb099c1bc27c3a3ac67e3f [diff] |
Add WEATHER_TEMPERATURE_UNIT to CMSettings [1/2] Introduce WEATHER_TEMPERATURE_UNIT. This setting will be used to store the temperature unit in which the weather data will be reported. Users will be able to set this value in the weather settings menu. Each weather service provider might choose to provide the user with a way to overlay this value (for example via the settings activity that each service provider can define) Change-Id: Ib6e47c9790aba02e6c29bd7f783730efda9177f3 TICKET:CYNGNOS-2426
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.