From 50b0e198702022ffd887416f6550f0218982bb15 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Sat, 18 Aug 2018 13:52:19 -0700 Subject: 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. --- impl_lite/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'impl_lite') 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" } -- cgit v1.2.3