summaryrefslogtreecommitdiff
path: root/.idea/runConfigurations
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-01 09:54:21 -0300
committerTorsten Grote <t@grobox.de>2020-09-01 09:54:21 -0300
commitc59243c9bdabf07137ad0f070b6ecbde57e66466 (patch)
tree1599b6f112f6a96dc274bda816edf85eabf8facf /.idea/runConfigurations
parenta0b0ee2b13b72d1ec6a489150c717c8bfa863158 (diff)
downloadtaler-android-c59243c9bdabf07137ad0f070b6ecbde57e66466.tar.gz
taler-android-c59243c9bdabf07137ad0f070b6ecbde57e66466.tar.bz2
taler-android-c59243c9bdabf07137ad0f070b6ecbde57e66466.zip
[wallet] don't crash on serialization errors from wallet-core
This should not be necessary if we had a stable API with documentated and versioned changes, but well...
Diffstat (limited to '.idea/runConfigurations')
-rw-r--r--.idea/runConfigurations/taler_android__check_.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.idea/runConfigurations/taler_android__check_.xml b/.idea/runConfigurations/taler_android__check_.xml
new file mode 100644
index 0000000..5d12227
--- /dev/null
+++ b/.idea/runConfigurations/taler_android__check_.xml
@@ -0,0 +1,21 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="taler-android [check]" type="GradleRunConfiguration" factoryName="Gradle">
+ <ExternalSystemSettings>
+ <option name="executionName" />
+ <option name="externalProjectPath" value="$PROJECT_DIR$" />
+ <option name="externalSystemIdString" value="GRADLE" />
+ <option name="scriptParameters" value="" />
+ <option name="taskDescriptions">
+ <list />
+ </option>
+ <option name="taskNames">
+ <list>
+ <option value="check" />
+ </list>
+ </option>
+ <option name="vmOptions" value="" />
+ </ExternalSystemSettings>
+ <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled>
+ <method v="2" />
+ </configuration>
+</component> \ No newline at end of file