We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf0d30 commit 44ba999Copy full SHA for 44ba999
README.md
@@ -40,18 +40,21 @@ Do you prefer other programming languages?
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
51
52
53
54
<groupId>com.github.jwdeveloper</groupId>
55
<artifactId>TikTok-Live-Java</artifactId>
56
<version>0.0.12-Release</version>
57
58
59
</dependencies>
60
```
0 commit comments