<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
- <orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
+ <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="libs" level="project" />
<orderEntry type="module" module-name="appcompat" exported="" />
</component>
-</module>
-
+</module>
\ No newline at end of file
final HttpClient client = (mode == Mode.NO_ASYNC_TASK) ? new DefaultHttpClient()
: AndroidHttpClient.newInstance("Android");
- Log.d(LOG_TAG, "GETURL " + url);
+ Log.d(LOG_TAG, url + " GET");
HttpGet getRequest = null;
try {
getRequest = new HttpGet(url);
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="Android API 19 Platform" project-jdk-type="Android SDK">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" default="false" assert-keyword="true" jdk-15="true" project-jdk-name="Android API 19 Platform" project-jdk-type="Android SDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
-</project>
-
+</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
- <mapping directory="" vcs="" />
+ <mapping directory="$PROJECT_DIR$/../../../.." vcs="Git" />
</component>
-</project>
-
+</project>
\ No newline at end of file
package="org.cwmars"
android:installLocation="auto"
android:versionCode="6"
- android:versionName="1.1">
+ android:versionName="1.2">
<uses-sdk
android:minSdkVersion="8"