From ccd84ee8e5d8b7531d390aa616acd94ca226c268 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 22 Jul 2021 19:08:25 +0200 Subject: [PATCH] [fenix] Remove over-eager protobuf stripping. --- app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0bbeb05b6a..aa0b0b3b54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -391,10 +391,6 @@ configurations { // correct runtime classpath when invoked with Android Studio's built-in JUnit test runner. // Success! jnaForTest - // Robolectric, through `com.google.android.apps.common.testing.accessibility.framework` - // depends on an old version of protobuf that conflict with the Application Services one. - // See: https://github.com/mozilla/application-services/issues/2952 - all*.exclude group: 'com.google.protobuf', module: 'protobuf-java' } dependencies {