diff options
| -rw-r--r-- | cgeo-calendar/cgeo-calendar.iml | 6 | ||||
| -rw-r--r-- | cgeo-contacts/cgeo-contacts.iml | 9 | ||||
| -rw-r--r-- | main/cgeo.iml | 6 | ||||
| -rw-r--r-- | tests/tests.iml | 2 |
4 files changed, 18 insertions, 5 deletions
diff --git a/cgeo-calendar/cgeo-calendar.iml b/cgeo-calendar/cgeo-calendar.iml index 7e9a3bf..3f9c78b 100644 --- a/cgeo-calendar/cgeo-calendar.iml +++ b/cgeo-calendar/cgeo-calendar.iml @@ -3,6 +3,10 @@ <component name="FacetManager"> <facet type="android" name="Android"> <configuration> + <option name="RUN_PROGUARD" value="true" /> + <proGuardCfgFiles> + <file>file://$MODULE_DIR$/proguard-project.txt</file> + </proGuardCfgFiles> <includeAssetsFromLibraries>true</includeAssetsFromLibraries> </configuration> </facet> @@ -13,7 +17,7 @@ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" /> </content> - <orderEntry type="jdk" jdkName="Android 1.6 Google APIs" jdkType="Android SDK" /> + <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="module" module-name="cgeo" exported="" /> <orderEntry type="module-library"> diff --git a/cgeo-contacts/cgeo-contacts.iml b/cgeo-contacts/cgeo-contacts.iml index e9cb69f..7bd6708 100644 --- a/cgeo-contacts/cgeo-contacts.iml +++ b/cgeo-contacts/cgeo-contacts.iml @@ -11,7 +11,12 @@ </component> <component name="FacetManager"> <facet type="android" name="Android"> - <configuration /> + <configuration> + <option name="RUN_PROGUARD" value="true" /> + <proGuardCfgFiles> + <file>file://$MODULE_DIR$/proguard-project.txt</file> + </proGuardCfgFiles> + </configuration> </facet> </component> <component name="NewModuleRootManager" inherit-compiler-output="false"> @@ -21,7 +26,7 @@ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" /> </content> - <orderEntry type="jdk" jdkName="Android 2.2 Google APIs" jdkType="Android SDK" /> + <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="module" module-name="cgeo" /> </component> diff --git a/main/cgeo.iml b/main/cgeo.iml index aa2b244..d0fb50c 100644 --- a/main/cgeo.iml +++ b/main/cgeo.iml @@ -3,6 +3,10 @@ <component name="FacetManager"> <facet type="android" name="Android"> <configuration> + <option name="RUN_PROGUARD" value="true" /> + <proGuardCfgFiles> + <file>file://$MODULE_DIR$/proguard-project.txt</file> + </proGuardCfgFiles> <includeAssetsFromLibraries>true</includeAssetsFromLibraries> </configuration> </facet> @@ -26,7 +30,7 @@ <jarDirectory url="file://$MODULE_DIR$/libs/src" recursive="false" type="SOURCES" /> </library> </orderEntry> - <orderEntry type="jdk" jdkName="Android 4.4.2 Google APIs" jdkType="Android SDK" /> + <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="module-library" exported="" scope="PROVIDED"> <library name="compile-libs"> diff --git a/tests/tests.iml b/tests/tests.iml index f544166..ba3aeeb 100644 --- a/tests/tests.iml +++ b/tests/tests.iml @@ -34,7 +34,7 @@ <SOURCES /> </library> </orderEntry> - <orderEntry type="jdk" jdkName="Android 2.2 Google APIs" jdkType="Android SDK" /> + <orderEntry type="inheritedJdk" /> <orderEntry type="module-library" scope="PROVIDED"> <library> <CLASSES> |
