commit | c46e0ffb69dc8c223ccef5d16c9a15dc2d10c1d3 | [log] [tgz] |
---|---|---|
author | Roman Birg <roman@cyngn.com> | Wed Feb 10 18:59:16 2016 -0800 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Tue Mar 15 16:08:46 2016 -0700 |
tree | f38957233cd6b4e3404ef097ffa1e25177c82599 | |
parent | 80f56517fd4c09d25e12b5164ac31966dd4f827a [diff] |
cmsdk: send connection value when changing network modes Ref: CYNGNOS-1463 Change-Id: I2ef1feb0d1f135f360dc553e3426bdd7610087bd Signed-off-by: Roman Birg <roman@cyngn.com>
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.