Thank you for answer.
I met issues again.
Once I set configurations, build is ok. samsungwallet transfer works, but google firestore doesn’t work.
I think I should exclude the dependency libraies each implementation. do you know how to exclude libraies each implementation? I am not faimilir with it. Thank you.
configurations {
implementation.exclude module:'proto-google-common-protos'
implementation.exclude module:'protolite-well-known-types'
implementation.exclude module:'protobuf-lite'
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/plexus/components.xml'
exclude 'plugin.xml'
}