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

Version 3.0.0 of `blockchain-substrate` artifact is not found #3

Closed valentunn closed 2 years ago

valentunn commented 2 years ago

According to the docs from the 3.0.0-beta1 branch:


def beaconVersion = "3.0.0"

implementation "com.github.airgap-it.beacon-android-sdk:core:$beaconVersion" // core, **required** 

implementation "com.github.airgap-it.beacon-android-sdk:client-wallet:$beaconVersion" // client-wallet, optional 
implementation "com.github.airgap-it.beacon-android-sdk:client-wallet-compat:$beaconVersion" // client-wallet-compat, optional 
implementation "com.github.airgap-it.beacon-android-sdk:blockchain-substrate:$beaconVersion" // blockchain-substrate, optional 
implementation "com.github.airgap-it.beacon-android-sdk:blockchain-tezos:$beaconVersion" // blockchain-tezos, optional 
implementation "com.github.airgap-it.beacon-android-sdk:transport-p2p-matrix:$beaconVersion" // blockchain-tezos, optional 

However, the artifact com.github.airgap-it.beacon-android-sdk:blockchain-substrate:3.0.0 is not present in the jitpack whereas core and wallet resolves fine:

Failed to resolve: com.github.airgap-it.beacon-android-sdk:blockchain-substrate:3.0.0

However, 3.0.1-beta1 resolves fine. Please consider updating docs

jsamol commented 2 years ago

Hi 👋 thanks for pointing this out. I'll make sure to keep the version up to date there.

jsamol commented 2 years ago

The README file has been updated.