diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2024-12-19 13:19:26 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-12-19 13:29:41 +0100 |
| commit | 32e72469d5287af2e38231d69f078b98fb651bf4 (patch) | |
| tree | 221c91dfa86c2aadcabbdc78e4059e2be4092476 /android/lib | |
| parent | 83b08bf485a753f63d8dbe6101740f42efda6bc4 (diff) | |
| download | mullvadvpn-32e72469d5287af2e38231d69f078b98fb651bf4.tar.xz mullvadvpn-32e72469d5287af2e38231d69f078b98fb651bf4.zip | |
Add proto datastore dependency
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/daemon-grpc/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/lib/daemon-grpc/build.gradle.kts b/android/lib/daemon-grpc/build.gradle.kts index e1807c9d34..9383121547 100644 --- a/android/lib/daemon-grpc/build.gradle.kts +++ b/android/lib/daemon-grpc/build.gradle.kts @@ -73,7 +73,7 @@ dependencies { implementation(libs.grpc.android) implementation(libs.grpc.kotlin.stub) implementation(libs.grpc.protobuf.lite) - implementation(libs.grpc.protobuf.kotlin.lite) + implementation(libs.protobuf.kotlin.lite) implementation(libs.arrow) implementation(libs.arrow.optics) |
