Skip to content

Commit

Permalink
fix build with direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-safran committed Sep 14, 2023
1 parent b0e35a7 commit 0f948c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/android/strictmode/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'

// You need to build grpc-java to obtain these libraries below.
implementation 'io.grpc:grpc-core:1.59.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-okhttp:1.59.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-protobuf-lite:1.59.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-stub:1.59.0-SNAPSHOT' // CURRENT_GRPC_VERSION
Expand Down
1 change: 0 additions & 1 deletion examples/android/strictmode/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
-dontwarn javax.naming.**
-dontwarn okio.**
-dontwarn sun.misc.Unsafe
-keep class io.grpc.internal.AbstractManagedChannelImplBuilder

0 comments on commit 0f948c7

Please sign in to comment.