TeamEOS/cm_platform_sdk

Name: cm_platform_sdk

Owner: EOS Android Development

Description: null

Created: 2015-05-28 06:02:33.0

Updated: 2015-05-28 06:02:34.0

Pushed: 2015-11-15 23:25:01.0

Homepage: null

Size: 2895

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

CyanogenMod Platform SDK

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.

Setup

You can either download from prebuilts hosted on github or pull directly via Gradle.

Building against release artifacts

Our stable releases are mirrored in Maven Central, and you can fetch the current release by setting your build.gradle dependencies to

ndencies {
compile 'org.cyanogenmod:platform.sdk:2.0'

Building against development snapshots

Within build.gradle make sure your repositories list sonatype OSS repos for snapshots

sitories {
maven {
    url "https://oss.sonatype.org/content/repositories/snapshots/"
}

You can target the future or development branch by setting your dependencies for 3.0-SNAPSHOT

ndencies {
compile 'org.cyanogenmod:platform.sdk:3.0-SNAPSHOT'

WIKI

For further inquiries regarding this project, please reference the wiki.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.