diff options
Diffstat (limited to '.idea/libraries')
| -rw-r--r-- | .idea/libraries/appcompat_v7_23_1_0.xml | 15 | ||||
| -rw-r--r-- | .idea/libraries/preference_v7_23_1_0.xml | 10 | ||||
| -rw-r--r-- | .idea/libraries/recyclerview_v7_23_1_0.xml | 15 | ||||
| -rw-r--r-- | .idea/libraries/support_annotations_23_1_0.xml | 9 | ||||
| -rw-r--r-- | .idea/libraries/support_v4_23_1_0.xml | 16 |
5 files changed, 65 insertions, 0 deletions
diff --git a/.idea/libraries/appcompat_v7_23_1_0.xml b/.idea/libraries/appcompat_v7_23_1_0.xml new file mode 100644 index 0000000..b163636 --- /dev/null +++ b/.idea/libraries/appcompat_v7_23_1_0.xml @@ -0,0 +1,15 @@ +<component name="libraryTable"> + <library name="appcompat-v7-23.1.0"> + <ANNOTATIONS> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/annotations.zip!/" /> + </ANNOTATIONS> + <CLASSES> + <root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res" /> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/classes.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/Android/Sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.1.0/appcompat-v7-23.1.0-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/preference_v7_23_1_0.xml b/.idea/libraries/preference_v7_23_1_0.xml new file mode 100644 index 0000000..de5e629 --- /dev/null +++ b/.idea/libraries/preference_v7_23_1_0.xml @@ -0,0 +1,10 @@ +<component name="libraryTable"> + <library name="preference-v7-23.1.0"> + <CLASSES> + <root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/preference-v7/23.1.0/res" /> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/preference-v7/23.1.0/classes.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/recyclerview_v7_23_1_0.xml b/.idea/libraries/recyclerview_v7_23_1_0.xml new file mode 100644 index 0000000..354f516 --- /dev/null +++ b/.idea/libraries/recyclerview_v7_23_1_0.xml @@ -0,0 +1,15 @@ +<component name="libraryTable"> + <library name="recyclerview-v7-23.1.0"> + <ANNOTATIONS> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.1.0/annotations.zip!/" /> + </ANNOTATIONS> + <CLASSES> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.1.0/classes.jar!/" /> + <root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.1.0/res" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/Android/Sdk/extras/android/m2repository/com/android/support/recyclerview-v7/23.1.0/recyclerview-v7-23.1.0-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/support_annotations_23_1_0.xml b/.idea/libraries/support_annotations_23_1_0.xml new file mode 100644 index 0000000..34ee591 --- /dev/null +++ b/.idea/libraries/support_annotations_23_1_0.xml @@ -0,0 +1,9 @@ +<component name="libraryTable"> + <library name="support-annotations-23.1.0"> + <CLASSES> + <root url="jar://$USER_HOME$/Android/Sdk/extras/android/m2repository/com/android/support/support-annotations/23.1.0/support-annotations-23.1.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/support_v4_23_1_0.xml b/.idea/libraries/support_v4_23_1_0.xml new file mode 100644 index 0000000..7215e32 --- /dev/null +++ b/.idea/libraries/support_v4_23_1_0.xml @@ -0,0 +1,16 @@ +<component name="libraryTable"> + <library name="support-v4-23.1.0"> + <ANNOTATIONS> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.0/annotations.zip!/" /> + </ANNOTATIONS> + <CLASSES> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.0/classes.jar!/" /> + <root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.0/res" /> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.0/libs/internal_impl-23.1.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/Android/Sdk/extras/android/m2repository/com/android/support/support-v4/23.1.0/support-v4-23.1.0-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file |
