commit | 32921b73614da29a75d05d8fb2bff05776458f08 | [log] [tgz] |
---|---|---|
author | Tetsuo55 <tetsugit@gmail.com> | Mon Oct 17 01:57:32 2016 +0200 |
committer | Steve Kondik <shade@chemlab.org> | Sun Oct 16 22:56:54 2016 -0700 |
tree | f5701ed874b576ca15704aca8fd8da4be68345eb | |
parent | 5d787c24d0d9a67e5958a35ea766a4454b03ed8a [diff] |
cmsdk: Fix lint warning in string conversion Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead http://developer.android.com/reference/java/util/Locale.html#default_locale Change-Id: I18abb9aa545961bebcb40e3a57152617a22e284f
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:5.+' }
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 6.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.