Skip to content

Commit

Permalink
Expose Protobuf for Dependencies (#59)
Browse files Browse the repository at this point in the history
* add api client with grpc kotlin

* react native errors without this being an api
  • Loading branch information
nplasterer authored Mar 28, 2023
1 parent ab674a3 commit 188614f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ protobuf {

dependencies {
implementation 'com.google.crypto.tink:tink:1.7.0'
implementation 'com.google.protobuf:protobuf-kotlin:3.21.9'
implementation 'io.grpc:grpc-kotlin-stub:1.3.0'
implementation 'io.grpc:grpc-okhttp:1.51.1'
implementation 'io.grpc:grpc-protobuf:1.51.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
implementation 'org.web3j:crypto:5.0.0'
api 'org.xmtp:proto-kotlin:3.15.0'
api 'com.google.protobuf:protobuf-kotlin:3.21.9'
api 'org.xmtp:proto-kotlin:3.22.2'

testImplementation 'app.cash.turbine:turbine:0.12.1'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 188614f

Please sign in to comment.