diff options
author | Martynas Mickevičius <mmartynas@gmail.com> | 2015-03-08 16:10:09 +0200 |
---|---|---|
committer | Martynas Mickevičius <mmartynas@gmail.com> | 2015-03-08 16:10:09 +0200 |
commit | 23d9368d169b2ce355b68711b0de3e77f742bedb (patch) | |
tree | 88dd38fd77e11ffb276a7e08f7e1b81479e2060c /tests/tests.iml | |
parent | f08ea668c3059995ea390ab566bd25f3a68b0ef1 (diff) | |
download | andiodine-23d9368d169b2ce355b68711b0de3e77f742bedb.tar.gz andiodine-23d9368d169b2ce355b68711b0de3e77f742bedb.zip |
Gradle build
Diffstat (limited to 'tests/tests.iml')
-rw-r--r-- | tests/tests.iml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/tests.iml b/tests/tests.iml deleted file mode 100644 index 6698b2b..0000000 --- a/tests/tests.iml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="JAVA_MODULE" version="4"> - <component name="FacetManager"> - <facet type="android" name="Android"> - <configuration> - <notImportedProperties> - <property>MANIFEST_FILE_PATH</property> - <property>RESOURCES_DIR_PATH</property> - <property>ASSETS_DIR_PATH</property> - <property>NATIVE_LIBS_DIR_PATH</property> - </notImportedProperties> - </configuration> - </facet> - </component> - <component name="NewModuleRootManager" inherit-compiler-output="true"> - <exclude-output /> - <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="true" /> - <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="module" module-name="andiodine" scope="PROVIDED" /> - </component> -</module> - |