aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1_standalone_app/build.gradle
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2017-05-25 18:56:36 -0700
committerAlexander Dorokhine <adorokhine@google.com>2017-05-30 15:26:09 -0700
commit04d34211496595a4ecabe996244d3956f8dec255 (patch)
tree5880b77daf316ccf251f65ff174600220470a0c2 /examples/ex1_standalone_app/build.gradle
parent6c2e991ea95baffd1b910644655161ad23893a30 (diff)
downloadmobly-snippet-lib-04d34211496595a4ecabe996244d3956f8dec255.tar.gz
Snippet lib release v1.2.0.
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 9fec009..035e331 100644
--- a/examples/ex1_standalone_app/build.gradle
+++ b/examples/ex1_standalone_app/build.gradle
@@ -17,6 +17,6 @@ dependencies {
// The 'compile project' dep is to compile against the snippet lib source in
// this repo. For your own snippets, you'll want to use the regular
// 'compile' dep instead:
- //compile 'com.google.android.mobly:mobly-snippet-lib:1.1.0'
+ //compile 'com.google.android.mobly:mobly-snippet-lib:1.2.0'
compile project(':mobly-snippet-lib')
}