aboutsummaryrefslogtreecommitdiff
path: root/impl_core
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_core
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_core')
-rw-r--r--impl_core/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/impl_core/build.gradle b/impl_core/build.gradle
index 4458d537..21158c36 100644
--- a/impl_core/build.gradle
+++ b/impl_core/build.gradle
@@ -9,7 +9,8 @@ dependencies {
testCompile project(':opencensus-api'),
project(':opencensus-testing')
- signature "org.codehaus.mojo.signature:java16:+@signature"
+ signature "org.codehaus.mojo.signature:java17:1.0@signature"
+ signature "net.sf.androidscents.signature:android-api-level-14:4.0_r4@signature"
}
javadoc.exclude 'io/opencensus/internal/**'