Fix duplicate class error on Jetified Protobuf

This commit is contained in:
Javi Rueda 2020-12-18 15:35:15 +01:00
parent 1ffe051525
commit 82a9feb7f8

View file

@ -62,6 +62,8 @@ configurations {
all*.exclude group:'com.google.android.gms', module:'play-services-base'
all*.exclude group:'com.google.android.gms', module:'play-services-tasks'
all*.exclude group:'com.google.android.gms', module:'play-services-basement'
exclude group: 'com.google.guava', module: 'listenablefuture'
exclude module:'protobuf-lite'
}
}