commit | f6e4623f6f0204871ee75c434c67e236c9b25290 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mikeioannina@cyanogenmod.org> | Mon Dec 05 14:28:29 2016 +0200 |
committer | Michael Bestas <mikeioannina@gmail.com> | Sat Dec 10 12:27:32 2016 -0800 |
tree | 948699f931a941674b38053db00a30e2284fdeed | |
parent | 1c5e5e70063dbac8954a534b15ced2f2845daee5 [diff] |
FileUtils: Add util to check if a file exists Change-Id: I565744821346c90ff670704a13fffc7bf464ff71
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.