aboutsummaryrefslogtreecommitdiff
path: root/okhttp
diff options
context:
space:
mode:
authorEric Gribkoff <ericgribkoff@google.com>2018-08-09 09:09:21 -0700
committerGitHub <noreply@github.com>2018-08-09 09:09:21 -0700
commit79b24709b9617315a1726686f5c62ec7b2c392a1 (patch)
treebe88ca2160637e2680bb4efcb4153538ccbadca5 /okhttp
parent67352081f8123d86903a719367a5865b5cc42a93 (diff)
downloadgrpc-grpc-java-79b24709b9617315a1726686f5c62ec7b2c392a1.tar.gz
all: update animalsniffer to Java 7 and add Android 14 (#4727)
Diffstat (limited to 'okhttp')
-rw-r--r--okhttp/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/okhttp/build.gradle b/okhttp/build.gradle
index 458d5dfa7..fa255d6e0 100644
--- a/okhttp/build.gradle
+++ b/okhttp/build.gradle
@@ -8,7 +8,8 @@ dependencies {
testCompile project(':grpc-core').sourceSets.test.output,
project(':grpc-testing'),
project(':grpc-netty')
- signature "org.codehaus.mojo.signature:java16:1.1@signature"
+ signature "org.codehaus.mojo.signature:java17:1.0@signature"
+ signature "net.sf.androidscents.signature:android-api-level-14:4.0_r4@signature"
}
project.sourceSets {