aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1_standalone_app/build.gradle
diff options
context:
space:
mode:
authoradorokhine <adorokhine@google.com>2017-01-13 16:35:54 -0800
committerGitHub <noreply@github.com>2017-01-13 16:35:54 -0800
commit83f36f778244c54424f9a3df737582a999b249c3 (patch)
tree907e1a6d8cd284a98044c4ce38e204c8af4b6908 /examples/ex1_standalone_app/build.gradle
parent6bf4dbf033958772c5b262a1cac62af8ecaca7d4 (diff)
downloadmobly-snippet-lib-83f36f778244c54424f9a3df737582a999b249c3.tar.gz
Update readmes to point to the real published version of the lib. (#22)
Diffstat (limited to 'examples/ex1_standalone_app/build.gradle')
-rw-r--r--examples/ex1_standalone_app/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ex1_standalone_app/build.gradle b/examples/ex1_standalone_app/build.gradle
index ad655df..c86546a 100644
--- a/examples/ex1_standalone_app/build.gradle
+++ b/examples/ex1_standalone_app/build.gradle
@@ -14,5 +14,9 @@ android {
}
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 project(':mobly-snippet-lib')
}