aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1_standalone_app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex1_standalone_app/build.gradle')
-rw-r--r--examples/ex1_standalone_app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex1_standalone_app/build.gradle b/examples/ex1_standalone_app/build.gradle
index ee60dc1..58c1ed1 100644
--- a/examples/ex1_standalone_app/build.gradle
+++ b/examples/ex1_standalone_app/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.3.1'
+ //implementation 'com.google.android.mobly:mobly-snippet-lib:1.4.0'
implementation project(':mobly-snippet-lib')
}