We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882e874 commit b336120Copy full SHA for b336120
README.md
@@ -24,15 +24,15 @@ project build.gradle
24
```groovy
25
26
ext {
27
- minterSdkVersion = "0.1.1"
+ minterBlockchainSDK = "0.1.2"
28
}
29
30
dependencies {
31
// for testnet use suffix "-testnet"
32
- implementation "network.minter.android:minter-android-blockchain-testnet:${minterSdkVersion}"
+ implementation "network.minter.android:minter-android-blockchain-testnet:${minterBlockchainSDK}"
33
34
// for main net
35
- implementation "network.minter.android:minter-android-blockchain:${minterSdkVersion}"
+ implementation "network.minter.android:minter-android-blockchain:${minterBlockchainSDK}"
36
37
```
38
0 commit comments