mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 09:19:40 -05:00
Compare commits
5 Commits
0.0.4-Rele
...
0.0.5-Rele
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0287aaa96 | ||
|
|
8e2759cb1e | ||
|
|
fb9a48376b | ||
|
|
3741351b7b | ||
|
|
7eed221bab |
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
|
||||
- name: 2.7 Update version in pom.xml (Release only)
|
||||
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
|
||||
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}} -DprocessAllModules
|
||||
|
||||
- name: 3 Build with Maven
|
||||
run: mvn package -P publish --file pom.xml
|
||||
|
||||
36
README.md
36
README.md
@@ -20,9 +20,41 @@ Do you prefer other programming languages?
|
||||
|
||||
## Getting started
|
||||
|
||||
1. Install the package via Maven
|
||||
1. Install the package via Maven (dependecies will be simplify in future)
|
||||
|
||||
```xml
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
```
|
||||
npm i tiktok-live-connector
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>3.24.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.10.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.jwdeveloper.TikTok-Live-Java</groupId>
|
||||
<artifactId>API</artifactId>
|
||||
<version>0.0.4-Release</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.jwdeveloper.TikTok-Live-Java</groupId>
|
||||
<artifactId>Client</artifactId>
|
||||
<version>0.0.4-Release</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
2. Create your first chat connection
|
||||
|
||||
Reference in New Issue
Block a user