aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorAng Li <angli@google.com>2018-01-12 11:54:03 -0800
committerGitHub <noreply@github.com>2018-01-12 11:54:03 -0800
commitc2d947efa173968571cbcc11376159647a9ff356 (patch)
treec8e06f22c7dffb5ffed4f7824120fb0dff8a5354 /settings.gradle
parent4d02684ade1a312b39591a94a92328dc0b65b883 (diff)
downloadmobly-snippet-lib-c2d947efa173968571cbcc11376159647a9ff356.tar.gz
Support custom converters of non-primitive types. (#86)
Now users can supply custom logic for object serialization/de-serialization through a centralized class, and snippet lib will automatically use the custom converters. Added a new example to demonstrate this feature.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 7b845bc..08025db 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -4,5 +4,6 @@ include (
':examples:ex2_espresso',
':examples:ex3_async_event',
':examples:ex4_uiautomator',
- ':examples:ex5_schedule_rpc')
+ ':examples:ex5_schedule_rpc',
+ ':examples:ex6_complex_type_conversion')
project(":mobly-snippet-lib").projectDir = file('third_party/sl4a')