PurpleSoftSrl / sumup_flutter_plugin

A Flutter wrapper to use the SumUp SDK. With this plugin, your app can easily connect to a SumUp terminal, login and accept card payments on Android and iOS.
https://www.purplesoft.io
MIT License
17 stars 17 forks source link

Android duplicate classes issue #27

Closed safwanidrees closed 2 years ago

safwanidrees commented 2 years ago

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

2: Task failed with an exception.

safwanidrees commented 2 years ago

I solved it by adding that in the app/build.gradle

configurations { all{ exclude group :"org.threeten", module: "threetenbp" } }