Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit f63322d

Browse files
Update README.md
1 parent 43237e5 commit f63322d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
<dependency>
1010
<groupId>net.nurigo</groupId>
1111
<artifactId>sdk</artifactId>
12-
<version>4.2.4</version>
12+
<version>4.2.7</version>
1313
</dependency>
1414
```
1515

1616
### Gradle
1717
```groovy
18-
implementation 'net.nurigo:sdk:4.2.4'
18+
implementation 'net.nurigo:sdk:4.2.7'
1919
```
2020

2121
### Gradle(kotlin)
2222
```kotlin
23-
implementation("net.nurigo:sdk:4.2.4")
23+
implementation("net.nurigo:sdk:4.2.7")
2424
```

0 commit comments

Comments
 (0)