From a0577204b0526a9a59e75fc57d6bdb63d1be5925 Mon Sep 17 00:00:00 2001 From: Alva Swanson Date: Tue, 8 Oct 2024 21:06:45 +0000 Subject: [PATCH] bitcoind: Remove unused protobuf dependency --- wallets/bitcoind/build-logic/commons/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wallets/bitcoind/build-logic/commons/build.gradle.kts b/wallets/bitcoind/build-logic/commons/build.gradle.kts index d1cb3cf918..8156a89be2 100644 --- a/wallets/bitcoind/build-logic/commons/build.gradle.kts +++ b/wallets/bitcoind/build-logic/commons/build.gradle.kts @@ -4,8 +4,4 @@ plugins { repositories { gradlePluginPortal() -} - -dependencies { - implementation(libs.protobuf.gradle.plugin) } \ No newline at end of file