diff options
author | Koushik Dutta <koushd@gmail.com> | 2013-05-16 00:42:26 -0700 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2013-05-16 00:42:34 -0700 |
commit | f071a9ced316de17568b2b23259bdda50e1bd4f4 (patch) | |
tree | 9b75f6edc6d513177b4885446124ca743959df3e /AndroidAsyncTest/AndroidAsyncTest.iml | |
parent | bf79ccdb8e325658197d9b932d829d74eb8b2490 (diff) | |
download | AndroidAsync-f071a9ced316de17568b2b23259bdda50e1bd4f4.tar.gz AndroidAsync-f071a9ced316de17568b2b23259bdda50e1bd4f4.tar.bz2 AndroidAsync-f071a9ced316de17568b2b23259bdda50e1bd4f4.zip |
Add support for byteorder and unconnected datagram sockets.
Android Studio stupport.
Diffstat (limited to 'AndroidAsyncTest/AndroidAsyncTest.iml')
-rw-r--r-- | AndroidAsyncTest/AndroidAsyncTest.iml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/AndroidAsyncTest/AndroidAsyncTest.iml b/AndroidAsyncTest/AndroidAsyncTest.iml new file mode 100644 index 0000000..918e7d3 --- /dev/null +++ b/AndroidAsyncTest/AndroidAsyncTest.iml @@ -0,0 +1,26 @@ +<?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$/gen" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> + </content> + <orderEntry type="jdk" jdkName="Android 4.2.2" jdkType="Android SDK" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module" module-name="AndroidAsync" /> + </component> +</module> + |