2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] Remove over-eager protobuf stripping.

This commit is contained in:
Sebastian Kaspari 2021-07-22 19:08:25 +02:00
parent d0717965a9
commit ccd84ee8e5

View File

@ -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 {