File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ Following these rules ensures semantic versioning is consistent and releases ref
1121121 . After CI/CD runs successfully, a new ** GitHub release** is created with the corresponding version tag.
1131132 . Generated client (` client/ ` ) and models (` models/ ` ) can be included in other Kotlin projects via Gradle:
114114 ``` kotlin
115- implementation(" com.github.near.near-jsonrpc-client-kotlin :client:<Version>" )
116- implementation(" com.github.near.near-jsonrpc-client-kotlin :models:<Version>" )
115+ implementation(" com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin :client:<Version>" )
116+ implementation(" com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin :models:<Version>" )
117117 ```
1181183 . Always use the ** latest release tag** in your consuming projects to ensure compatibility.
119119
Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ In your **module-level** `build.gradle.kts`:
9898``` kotlin
9999
100100dependencies {
101- implementation(" com.github.near.near-jsonrpc-client-kotlin :client:<Version>" )
102- implementation(" com.github.near.near-jsonrpc-client-kotlin :models:<Version>" )
101+ implementation(" com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin :client:<Version>" )
102+ implementation(" com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin :models:<Version>" )
103103}
104104
105105```
You can’t perform that action at this time.
0 commit comments