Skip to content

Commit

Permalink
update iml and build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqua-Ye committed Feb 13, 2015
1 parent 2a06da1 commit d858933
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 31 deletions.
15 changes: 7 additions & 8 deletions DailymotionWebSDK/DailymotionWebSDK.iml
@@ -1,10 +1,14 @@
<?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">
<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-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":libraries:dailymotion-sdk-android:DailymotionWebSDK" />
</configuration>
</facet>
<facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="SELECTED_TEST_ARTIFACT" value="_android_test_" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<option name="ASSEMBLE_TEST_TASK_NAME" value="assembleDebugTest" />
Expand All @@ -18,11 +22,6 @@
<option name="LIBRARY_PROJECT" value="true" />
</configuration>
</facet>
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":DailymotionWebSDK" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/build/intermediates/classes/debug" />
Expand Down Expand Up @@ -83,7 +82,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Expand Down
6 changes: 3 additions & 3 deletions DailymotionWebSDK/build.gradle
Expand Up @@ -6,14 +6,14 @@ buildscript {
classpath 'com.android.tools.build:gradle:1.0.1'
}
}
apply plugin: 'android-library'
apply plugin: 'com.android.library'

dependencies {
}

android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION

defaultConfig {
minSdkVersion 8
Expand Down
20 changes: 0 additions & 20 deletions dailymotion-sdk-android.iml

This file was deleted.

0 comments on commit d858933

Please sign in to comment.