aboutsummaryrefslogtreecommitdiff
path: root/impl_lite
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2018-08-18 13:52:19 -0700
committerGitHub <noreply@github.com>2018-08-18 13:52:19 -0700
commit50b0e198702022ffd887416f6550f0218982bb15 (patch)
tree343425f36d0249e16eecee4f3114e4a10f79c662 /impl_lite
parent93c959f316163bd0504c9f35d5a36af086f884b2 (diff)
downloadopencensus-java-50b0e198702022ffd887416f6550f0218982bb15.tar.gz
Update all targets to at least java7 and android14 (#1367)
* Update all targets to at least java7 and android14 * Change code to be android14 compatible. * Select a specific version for each signature.
Diffstat (limited to 'impl_lite')
-rw-r--r--impl_lite/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/impl_lite/build.gradle b/impl_lite/build.gradle
index 30ba7873..b8692fdf 100644
--- a/impl_lite/build.gradle
+++ b/impl_lite/build.gradle
@@ -7,5 +7,6 @@ dependencies {
testCompile project(':opencensus-api'),
project(':opencensus-impl-core')
- signature "net.sf.androidscents.signature:android-api-level-14:+@signature"
+ signature "org.codehaus.mojo.signature:java17:1.0@signature"
+ signature "net.sf.androidscents.signature:android-api-level-14:4.0_r4@signature"
}