Skip to content

Commit

Permalink
Update to SDK 1.20.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorofeev authored Aug 21, 2021
1 parent 80a2573 commit 98e227f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
```

```groovy
implementation "ee.nx-01.tonclient:ton-client-kotlin:0.0.34"
implementation "ee.nx-01.tonclient:ton-client-kotlin:0.0.36"
```

## Supported OS
Expand Down Expand Up @@ -83,7 +83,7 @@ val accountList = client.net.accounts.query(
```

## Related Links

- [Android project example](https://github.com/mdorofeev/ton-client-kotlin-android-example)
- [TON SDK docs](https://github.com/tonlabs/TON-SDK/blob/master/docs/modules.md)
- [TON SDK repository](https://github.com/tonlabs/TON-SDK)

Binary file modified src/main/resources/lib/arm64-v8a/libtonclientjni.so
Binary file not shown.
Binary file modified src/main/resources/lib/armeabi-v7a/libtonclientjni.so
Binary file not shown.
Binary file modified src/main/resources/natives/linux_64/libtonclientjni.so
Binary file not shown.
Binary file modified src/main/resources/natives/osx_64/libtonclientjni.dylib
Binary file not shown.
Binary file modified src/main/resources/natives/windows_64/tonclientjni.dll
Binary file not shown.

0 comments on commit 98e227f

Please sign in to comment.