aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1_standalone_app
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2017-05-01 14:18:32 -0700
committerAlexander Dorokhine <adorokhine@google.com>2017-05-01 14:24:06 -0700
commitf2fa372c8512c64149db7ffcb91921d4699c3f1c (patch)
treee049e1a2e9b7aac67481a6c0eb6208d9db376b13 /examples/ex1_standalone_app
parent3797ad61618f23003445805a0545cf8d2bc08e94 (diff)
downloadmobly-snippet-lib-f2fa372c8512c64149db7ffcb91921d4699c3f1c.tar.gz
Snippet lib release v1.1.0. (#55)
Diffstat (limited to 'examples/ex1_standalone_app')
-rw-r--r--examples/ex1_standalone_app/README.md2
-rw-r--r--examples/ex1_standalone_app/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/ex1_standalone_app/README.md b/examples/ex1_standalone_app/README.md
index 47a4d41..f5b4163 100644
--- a/examples/ex1_standalone_app/README.md
+++ b/examples/ex1_standalone_app/README.md
@@ -11,7 +11,7 @@ by itself and doesn't instrument a main app.
```
dependencies {
- compile 'com.google.android.mobly:mobly-snippet-lib:1.0.1'
+ compile 'com.google.android.mobly:mobly-snippet-lib:1.1.0'
}
```
diff --git a/examples/ex1_standalone_app/build.gradle b/examples/ex1_standalone_app/build.gradle
index 43d198c..9fec009 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.0.1'
+ //compile 'com.google.android.mobly:mobly-snippet-lib:1.1.0'
compile project(':mobly-snippet-lib')
}