aboutsummaryrefslogtreecommitdiff
path: root/examples/ex6_complex_type_conversion/build.gradle
diff options
context:
space:
mode:
authorMatthew <matty3@users.noreply.github.com>2018-03-24 13:40:12 -0400
committerGitHub <noreply@github.com>2018-03-24 13:40:12 -0400
commit035c2b1332743d8d7c6a9087ab69d5bcef3cd5bb (patch)
tree279325c1a8fcd75a8567b0abb4212f35ca163180 /examples/ex6_complex_type_conversion/build.gradle
parent1567f0b07456b68c5de24476d547292caa071128 (diff)
downloadmobly-snippet-lib-035c2b1332743d8d7c6a9087ab69d5bcef3cd5bb.tar.gz
Snippet lib release v1.3.0. (#92)
Snippet lib release v1.3.0.
Diffstat (limited to 'examples/ex6_complex_type_conversion/build.gradle')
-rw-r--r--examples/ex6_complex_type_conversion/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex6_complex_type_conversion/build.gradle b/examples/ex6_complex_type_conversion/build.gradle
index 40d45bc..f0c2ae7 100644
--- a/examples/ex6_complex_type_conversion/build.gradle
+++ b/examples/ex6_complex_type_conversion/build.gradle
@@ -22,6 +22,6 @@ dependencies {
// The 'implementation project' dep is to compile against the snippet lib source in
// this repo. For your own snippets, you'll want to use the regular
// 'implementation' dep instead:
- //implementation 'com.google.android.mobly:mobly-snippet-lib:1.2.0'
+ //implementation 'com.google.android.mobly:mobly-snippet-lib:1.3.0'
implementation project(':mobly-snippet-lib')
}