diff options
author | Kenny Root <kenny@the-b.org> | 2014-10-18 19:14:22 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2014-10-18 19:31:29 -0700 |
commit | 006b9418f0aa62fb9b3b790f12d8c481cba2dc64 (patch) | |
tree | 79bf5da6f62641e0d2c2ccb92d5381beb4d88b56 | |
parent | f519fbc5df862360e0dc500eb9e100c81dd16499 (diff) | |
download | connectbot-006b9418f0aa62fb9b3b790f12d8c481cba2dc64.tar.gz connectbot-006b9418f0aa62fb9b3b790f12d8c481cba2dc64.tar.bz2 connectbot-006b9418f0aa62fb9b3b790f12d8c481cba2dc64.zip |
Update Android Studio files
Change-Id: Ieffe7d5d7253ebdaa06ca556affd7b8b91062b04
-rw-r--r-- | app/app.iml | 2 | ||||
-rw-r--r-- | robolectric-tests/robolectric-tests.iml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/app.iml b/app/app.iml index c1b11c3..0b6a8a6 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$PROJECT_PATH$" external.system.id="GRADLE" external.system.module.group="connectbot" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> +<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="connectbot" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> <component name="FacetManager"> <facet type="android-gradle" name="Android-Gradle"> <configuration> diff --git a/robolectric-tests/robolectric-tests.iml b/robolectric-tests/robolectric-tests.iml index 7ebd6eb..ffc093e 100644 --- a/robolectric-tests/robolectric-tests.iml +++ b/robolectric-tests/robolectric-tests.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$PROJECT_PATH$" external.system.id="GRADLE" external.system.module.group="connectbot" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> +<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="connectbot" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> <component name="FacetManager"> <facet type="android-gradle" name="Android-Gradle"> <configuration> @@ -68,8 +68,8 @@ <orderEntry type="library" exported="" scope="TEST" name="wagon-http-shared-1.0-beta-6" level="project" /> <orderEntry type="library" exported="" scope="TEST" name="xercesMinimal-1.9.6.2" level="project" /> <orderEntry type="library" exported="" scope="TEST" name="nekohtml-1.9.6.2" level="project" /> - <orderEntry type="library" exported="" scope="TEST" name="_Users_kroot_AndroidStudioProjects_connectbot_app_build_intermediates_classes_debug" level="project" /> - <orderEntry type="library" exported="" scope="TEST" name="_Users_kroot_AndroidStudioProjects_connectbot_app_build_intermediates_dependency_cache_debug" level="project" /> + <orderEntry type="library" exported="" scope="TEST" name="_Users_kenny_git_connectbot_app_build_intermediates_classes_debug" level="project" /> + <orderEntry type="library" exported="" scope="TEST" name="_Users_kenny_git_connectbot_app_build_intermediates_dependency_cache_debug" level="project" /> <orderEntry type="library" exported="" scope="TEST" name="android" level="project" /> </component> </module> |