diff options
Diffstat (limited to 'impl_lite/build.gradle')
| -rw-r--r-- | impl_lite/build.gradle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/impl_lite/build.gradle b/impl_lite/build.gradle new file mode 100644 index 00000000..40cce82a --- /dev/null +++ b/impl_lite/build.gradle @@ -0,0 +1,8 @@ +description = 'OpenCensus Lite Implementation' + +dependencies { + compile project(':opencensus-api'), + project(':opencensus-impl-core') + + signature "net.sf.androidscents.signature:android-api-level-14:+@signature" +} |
