diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-02-18 07:54:08 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-02-18 07:54:08 +0100 |
| commit | b91e5501370167efe2a5a493d54332566e75249f (patch) | |
| tree | b42c5b6ae918b704d79077cf75c73e61b4f3b23c /android/lib | |
| parent | 6aa3e528013ef4b496ed497a459ee4ceed185231 (diff) | |
| parent | e8c0551090a1d721e40d1d5bd549ff5107001532 (diff) | |
| download | mullvadvpn-b91e5501370167efe2a5a493d54332566e75249f.tar.xz mullvadvpn-b91e5501370167efe2a5a493d54332566e75249f.zip | |
Merge branch 'update-dependencies-droid-1795'
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/daemon-grpc/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/lib/daemon-grpc/build.gradle.kts b/android/lib/daemon-grpc/build.gradle.kts index 9383121547..60e2073843 100644 --- a/android/lib/daemon-grpc/build.gradle.kts +++ b/android/lib/daemon-grpc/build.gradle.kts @@ -71,6 +71,7 @@ dependencies { implementation(libs.grpc.okhttp) implementation(libs.grpc.android) + implementation(libs.grpc.stub) implementation(libs.grpc.kotlin.stub) implementation(libs.grpc.protobuf.lite) implementation(libs.protobuf.kotlin.lite) |
