airgap-it / beacon-android-sdk

The beacon sdk allows Android developers of dApps and wallets on Tezos to implement the wallet interaction standard tzip-10.
https://walletbeacon.io
MIT License
10 stars 8 forks source link

Gradle version problem #11

Closed Deneath closed 1 year ago

Deneath commented 1 year ago

I'm trying to update the beacon android SDK version to the latest, but I'm getting an error:

Using multiple versions of the Android Gradle plugin(7.2.1, 7.2.2) in the same build is not allowed.

In our project, we use the 7.2.2 Gradle version.

Could you please update the gradle on your project?

jsamol commented 1 year ago

At first glance it looks like it could be related to an issue in the Android Gradle Plugin. If this is the cause then I'm not sure if simply updating the plugin will solve the issue in general. I have to investigate deeper, I'll let you know once I have an acceptable solution.

jsamol commented 1 year ago

In the end I've upgraded the plugin to the latest. Could you give 3.2.3-beta01 a try to confirm it fixes it for you too?

Deneath commented 1 year ago

Yeah, it works. Thank you!