Skip to content

Commit 42d9c17

Browse files
committed
final edits
1 parent 60c7848 commit 42d9c17

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "ZerionMobileSDK",
18-
url: "https://github.com/uladzerion/ZerionMobileSDK/releases/download/1.0.0/ZerionMobileSDK.xcframework.zip",
19-
checksum:"23a1b0de6cbb52ad48a70ff49ffd3c325aa2a431eeaa50046284b4d60a8c9424"
18+
url: "https://github.com/zeriontech/zerion-mobile-sdk/releases/download/0.0.1/ZerionMobileSDK.xcframework.zip",
19+
checksum:"78a89c7b8c77041485854894932a4930a82a9dcd69b1e03f1861f7119b395938"
2020
)
2121
]
2222
)

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ZerionMobile SDK contains the implementation of the Zerion API with correspondin
77
The SDK is written using Kotlin Multiplatform Mobile (KMM), making it flexible and compatible with:
88
- iOS projects
99
- Android projects
10-
- KMM / CMM projects
1110
- Built-in error handling for common API errors
1211

1312
## Getting Started
@@ -19,18 +18,12 @@ To start using the ZerionMobile SDK, you will need an authorization key. You can
1918
### For Android
2019
Include the SDK in your project's dependencies in the `build.gradle` file:
2120
```gradle
22-
implementation("com.zerion:mobile-sdk:<latest_version>")
21+
implementation("io.github.uladzerion:zerion-mobile-sdk-android:<latest_version>")
2322
```
2423

2524
### For iOS
2625
Add the SDK as a dependency in your `Podfile` or include it in your Swift Package Manager configuration.
2726

28-
### For KMM / CMM
29-
Add the SDK to the `commonMain` dependencies in your `build.gradle.kts` file:
30-
```kotlin
31-
implementation("com.zerion:mobile-sdk:<latest_version>")
32-
```
33-
3427
## Usage
3528

3629
### Initialization

shared/src/commonTest/kotlin/io.zerion.kmm.api/ZerionSDKTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private object OperationTypes {
2222

2323
class ZerionSDKTests {
2424

25-
private val testWalletAddress = "0x7e5ce10826ee167de897d262fcc9976f609ecd2b"
25+
private val testWalletAddress = "0x67c0fc4b0490ab7e76c08c2bbd30fac0059bbc7a"
2626

2727
@Test
2828
fun shouldInitializeLibrary() {

0 commit comments

Comments
 (0)