Skip to content

Commit 3daeee6

Browse files
authored
Update README.md
1 parent cde38df commit 3daeee6

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,9 @@ Do you prefer other programming languages?
3737
```xml
3838
<dependencies>
3939
<dependency>
40-
<groupId>com.google.protobuf</groupId>
41-
<artifactId>protobuf-java</artifactId>
42-
<version>3.24.1</version>
43-
<scope>compile</scope>
44-
</dependency>
45-
46-
<dependency>
47-
<groupId>com.google.code.gson</groupId>
48-
<artifactId>gson</artifactId>
49-
<version>2.10.1</version>
50-
<scope>compile</scope>
51-
</dependency>
52-
53-
<dependency>
54-
<groupId>com.github.jwdeveloper</groupId>
55-
<artifactId>TikTok-Live-Java</artifactId>
56-
<version>0.0.12-Release</version>
40+
<groupId>com.github.jwdeveloper.TikTok-Live-Java</groupId>
41+
<artifactId>Client</artifactId>
42+
<version>0.0.13-Release</version>
5743
<scope>compile</scope>
5844
</dependency>
5945
</dependencies>

0 commit comments

Comments
 (0)