aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1_standalone_app/build.gradle
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2017-02-13 14:38:52 -0800
committerGitHub <noreply@github.com>2017-02-13 14:38:52 -0800
commit9384f22de36b20ed0cf55c3ad8f01f3e5d30f35a (patch)
tree67ff16f1c39aeee7d68fe4ac4e784df73ac17728 /examples/ex1_standalone_app/build.gradle
parent98a2346c2cf8e55b1e29a1a566f2656ac1fac910 (diff)
downloadmobly-snippet-lib-9384f22de36b20ed0cf55c3ad8f01f3e5d30f35a.tar.gz
Snippet lib release v1.0.1. (#35)
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 c86546a..43d198c 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.0'
+ //compile 'com.google.android.mobly:mobly-snippet-lib:1.0.1'
compile project(':mobly-snippet-lib')
}