tangem / blockchain-sdk-kotlin

18 stars 10 forks source link

Use the last version in Android and iOS #545

Open MarvinQuevedo opened 7 months ago

MarvinQuevedo commented 7 months ago

Hi, I am working to support multichain in a Wallet using tangem, I am trying to use this library, but I don't found the way to access to the last version.

Do you can help with It?

And, if you have info that help me to integrate multichain using Tangem card in my wallet would be fantatic, thanks!

kozarezvlad commented 4 months ago

Hi! To use this library you can clone it in local git repository and build using ./gradlew publishToMavenLocal command. Then you can share artifact as you want. Other way is using builds from our github registry, but it's not public releases, just for our app. You can find last build tags here https://github.com/tangem/blockchain-sdk-kotlin/tags. To download this artifacts use maven uri https://maven.pkg.github.com/tangem/blockchain-sdk-kotlin with your own github credentials (user and token) with read access.