mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 14:22:45 +01:00
build.gradle: Properly declare API dependencies in bitcoinj-core
Properly declare Bouncy Castle, protobuf-java, and OkHttp as Gradle `api` dependencies.
This commit is contained in:
parent
f48a8e1eff
commit
8dbe23c9db
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ plugins {
|
|||
version = '0.16-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
compile 'org.bouncycastle:bcprov-jdk15to18:1.65'
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.65'
|
||||
api 'com.google.guava:guava:29.0-android'
|
||||
compile 'com.google.protobuf:protobuf-java:3.9.2'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.8'
|
||||
api 'com.google.protobuf:protobuf-java:3.9.2'
|
||||
api 'com.squareup.okhttp3:okhttp:3.12.8'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.30'
|
||||
implementation 'net.jcip:jcip-annotations:1.0'
|
||||
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||
|
|
Loading…
Add table
Reference in a new issue