Created
December 13, 2013 16:59
-
-
Save JakeRTFM/7947441 to your computer and use it in GitHub Desktop.
Beeeeer Pool Stats
This gist exceeds the recommended number of files (~10).
To access all files, please clone this gist.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4"> | |
<component name="FacetManager"> | |
<facet type="android" name="Android"> | |
<configuration> | |
<option name="SELECTED_BUILD_VARIANT" value="Debug" /> | |
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" /> | |
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebug" /> | |
<option name="ASSEMBLE_TEST_TASK_NAME" value="assembleTest" /> | |
<option name="SOURCE_GEN_TASK_NAME" value="generateDebugSources" /> | |
<option name="ALLOW_USER_CONFIGURATION" value="false" /> | |
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" /> | |
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" /> | |
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res" /> | |
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" /> | |
</configuration> | |
</facet> | |
<facet type="android-gradle" name="Android-Gradle"> | |
<configuration> | |
<option name="GRADLE_PROJECT_PATH" value=":BeeeeerPoolStatsPrimecoin" /> | |
</configuration> | |
</facet> | |
</component> | |
<component name="NewModuleRootManager" inherit-compiler-output="false"> | |
<output url="file://$MODULE_DIR$/build/classes/debug" /> | |
<exclude-output /> | |
<content url="file://$MODULE_DIR$"> | |
<sourceFolder url="file://$MODULE_DIR$/build/source/r/debug" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/source/aidl/debug" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/source/rs/debug" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/source/buildConfig/debug" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/res/rs/debug" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/source/r/test" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/source/aidl/test" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/source/rs/test" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/source/buildConfig/test" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/build/res/rs/test" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/aidl" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/assets" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/jni" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/rs" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/res" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/debug/resources" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/aidl" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/assets" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/jni" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/res" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/instrumentTest/aidl" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/instrumentTest/assets" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/instrumentTest/java" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/instrumentTest/jni" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/instrumentTest/rs" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/instrumentTest/res" isTestSource="true" /> | |
<sourceFolder url="file://$MODULE_DIR$/src/instrumentTest/resources" isTestSource="true" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/apk" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/assets" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/bundles" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/classes" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/dependency-cache" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/incremental" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/libs" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/manifests" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/symbols" /> | |
<excludeFolder url="file://$MODULE_DIR$/build/tmp" /> | |
</content> | |
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
<orderEntry type="library" exported="" name="support-v4-19.0.0" level="project" /> | |
<orderEntry type="library" exported="" name="ComAndroidSupportAppcompatV71900.aar" level="project" /> | |
</component> | |
</module> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildscript { | |
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
classpath 'com.android.tools.build:gradle:0.6.+' | |
} | |
} | |
apply plugin: 'android' | |
repositories { | |
mavenCentral() | |
} | |
android { | |
compileSdkVersion 19 | |
buildToolsVersion "19.0.0" | |
defaultConfig { | |
minSdkVersion 7 | |
targetSdkVersion 19 | |
} | |
} | |
dependencies { | |
compile 'com.android.support:appcompat-v7:+' | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- Copyright (C) 2012 The Android Open Source Project | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License. | |
--> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="android.support.v7.appcompat"> | |
<uses-sdk android:minSdkVersion="7"/> | |
<application /> | |
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PK | |