diff options
author | Camil Staps | 2015-04-16 18:36:18 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-16 18:36:18 +0200 |
commit | aa1fd8476102ce8abf05906833b9970c5ead8a05 (patch) | |
tree | db8dd4bf71fb762c2620899d50efaec6537551d3 /.idea/libraries | |
parent | Initial commit (diff) | |
parent | Initial commit (diff) |
Fixed Android Studio project
Diffstat (limited to '.idea/libraries')
-rw-r--r-- | .idea/libraries/appcompat_v7_22_0_0.xml | 13 | ||||
-rw-r--r-- | .idea/libraries/support_annotations_22_0_0.xml | 11 | ||||
-rw-r--r-- | .idea/libraries/support_v4_22_0_0.xml | 11 |
3 files changed, 35 insertions, 0 deletions
diff --git a/.idea/libraries/appcompat_v7_22_0_0.xml b/.idea/libraries/appcompat_v7_22_0_0.xml new file mode 100644 index 0000000..d59dc81 --- /dev/null +++ b/.idea/libraries/appcompat_v7_22_0_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="appcompat-v7-22.0.0"> + <ANNOTATIONS> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/annotations.zip!/" /> + </ANNOTATIONS> + <CLASSES> + <root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res" /> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/classes.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/support_annotations_22_0_0.xml b/.idea/libraries/support_annotations_22_0_0.xml new file mode 100644 index 0000000..d8c49fe --- /dev/null +++ b/.idea/libraries/support_annotations_22_0_0.xml @@ -0,0 +1,11 @@ +<component name="libraryTable"> + <library name="support-annotations-22.0.0"> + <CLASSES> + <root url="jar://$USER_HOME$/Android/Sdk/extras/android/m2repository/com/android/support/support-annotations/22.0.0/support-annotations-22.0.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/Android/Sdk/extras/android/m2repository/com/android/support/support-annotations/22.0.0/support-annotations-22.0.0-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/support_v4_22_0_0.xml b/.idea/libraries/support_v4_22_0_0.xml new file mode 100644 index 0000000..b42fb44 --- /dev/null +++ b/.idea/libraries/support_v4_22_0_0.xml @@ -0,0 +1,11 @@ +<component name="libraryTable"> + <library name="support-v4-22.0.0"> + <CLASSES> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/classes.jar!/" /> + <root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/res" /> + <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/libs/internal_impl-22.0.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component>
\ No newline at end of file |