Skip to content
Browse files

Changed base API in README

  • Loading branch information...
1 parent 3c919e4 commit b67723c162fcb3c8f67e6cc1261ed222e6be902f @EmmanuelMess EmmanuelMess committed
View
15 .idea/libraries/appcompat_v7_23_1_1.xml
@@ -1,15 +0,0 @@
-<component name="libraryTable">
- <library name="appcompat-v7-23.1.1">
- <ANNOTATIONS>
- <root url="jar://$PROJECT_DIR$/swipe-selector/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/annotations.zip!/" />
- </ANNOTATIONS>
- <CLASSES>
- <root url="file://$PROJECT_DIR$/swipe-selector/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res" />
- <root url="jar://$PROJECT_DIR$/swipe-selector/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/jars/classes.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="jar://$USER_HOME$/AppData/Local/Android/sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1-sources.jar!/" />
- </SOURCES>
- </library>
-</component>
View
11 .idea/libraries/support_annotations_23_1_1.xml
@@ -1,11 +0,0 @@
-<component name="libraryTable">
- <library name="support-annotations-23.1.1">
- <CLASSES>
- <root url="jar://$USER_HOME$/AppData/Local/Android/sdk/extras/android/m2repository/com/android/support/support-annotations/23.1.1/support-annotations-23.1.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="jar://$USER_HOME$/AppData/Local/Android/sdk/extras/android/m2repository/com/android/support/support-annotations/23.1.1/support-annotations-23.1.1-sources.jar!/" />
- </SOURCES>
- </library>
-</component>
View
16 .idea/libraries/support_v4_23_1_1.xml
@@ -1,16 +0,0 @@
-<component name="libraryTable">
- <library name="support-v4-23.1.1">
- <ANNOTATIONS>
- <root url="jar://$PROJECT_DIR$/swipe-selector/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/annotations.zip!/" />
- </ANNOTATIONS>
- <CLASSES>
- <root url="jar://$PROJECT_DIR$/swipe-selector/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars/libs/internal_impl-23.1.1.jar!/" />
- <root url="jar://$PROJECT_DIR$/swipe-selector/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars/classes.jar!/" />
- <root url="file://$PROJECT_DIR$/swipe-selector/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/res" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="jar://$USER_HOME$/AppData/Local/Android/sdk/extras/android/m2repository/com/android/support/support-v4/23.1.1/support-v4-23.1.1-sources.jar!/" />
- </SOURCES>
- </library>
-</component>
View
2 .idea/misc.xml
@@ -37,7 +37,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
View
2 .idea/modules.xml
@@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
- <module fileurl="file://$PROJECT_DIR$/SwipeSelector-master.iml" filepath="$PROJECT_DIR$/SwipeSelector-master.iml" />
+ <module fileurl="file://$PROJECT_DIR$/SwipeSelector.iml" filepath="$PROJECT_DIR$/SwipeSelector.iml" />
<module fileurl="file://$PROJECT_DIR$/sample/sample.iml" filepath="$PROJECT_DIR$/sample/sample.iml" />
<module fileurl="file://$PROJECT_DIR$/swipe-selector/swipe-selector.iml" filepath="$PROJECT_DIR$/swipe-selector/swipe-selector.iml" />
</modules>
View
2 README.md
@@ -122,7 +122,7 @@ Send me a pull request with modified README.md or contact me at iiro.krankka@gma
## minSDK Version
-The lowest supported SDK version is currently 14.
+The lowest supported SDK version is currently 8.
## Contributions
View
19 SwipeSelector-master.iml
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module external.linked.project.id="SwipeSelector-master" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
- <component name="FacetManager">
- <facet type="java-gradle" name="Java-Gradle">
- <configuration>
- <option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
- <option name="BUILDABLE" value="false" />
- </configuration>
- </facet>
- </component>
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <excludeFolder url="file://$MODULE_DIR$/.gradle" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
-</module>
View
2 sample/sample.iml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<module external.linked.project.id=":sample" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="SwipeSelector-master" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
+<module external.linked.project.id=":sample" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="SwipeSelector" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
View
2 settings.gradle
@@ -1 +1 @@
-include ':sample', ':swipe-selector'
+include ':sample', ':swipe-selector'

0 comments on commit b67723c

Please sign in to comment.
Something went wrong with that request. Please try again.