Update readme
This commit is contained in:
parent
67c11e559a
commit
48f0ee703f
2
.gitignore
vendored
2
.gitignore
vendored
@ -75,4 +75,4 @@ tdlib/.flattened-pom.xml
|
||||
tdlight/.flattened-pom.xml
|
||||
example/target/
|
||||
|
||||
tdlight/.ci-friendly-pom.xml
|
||||
.ci-friendly-pom.xml
|
||||
|
@ -130,9 +130,9 @@ To use TDLight Java you need to include one or more native dependencies:
|
||||
- `tdlight-natives-linux-amd64`
|
||||
- `tdlight-natives-linux-aarch64`
|
||||
- `tdlight-natives-linux-x86`
|
||||
- `tdlight-natives-linux-armv6`
|
||||
- `tdlight-natives-linux-armv7`
|
||||
- `tdlight-natives-linux-armhf`
|
||||
- `tdlight-natives-linux-ppc64le`
|
||||
- `tdlight-natives-linux-s390x`
|
||||
- `tdlight-natives-windows-amd64`
|
||||
- `tdlight-natives-osx-amd64`
|
||||
|
||||
|
24
bom/pom.xml
24
bom/pom.xml
@ -122,12 +122,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-linux-armv6</artifactId>
|
||||
<version>${tdlight.natives.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-linux-armv7</artifactId>
|
||||
<artifactId>tdlight-natives-linux-armhf</artifactId>
|
||||
<version>${tdlight.natives.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -140,6 +135,11 @@
|
||||
<artifactId>tdlight-natives-windows-amd64</artifactId>
|
||||
<version>${tdlight.natives.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-windows-s390x</artifactId>
|
||||
<version>${tdlight.natives.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-osx-amd64</artifactId>
|
||||
@ -165,12 +165,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlib-natives-linux-armv6</artifactId>
|
||||
<version>${tdlight.natives.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlib-natives-linux-armv7</artifactId>
|
||||
<artifactId>tdlib-natives-linux-armhf</artifactId>
|
||||
<version>${tdlight.natives.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -178,6 +173,11 @@
|
||||
<artifactId>tdlib-natives-linux-ppc64le</artifactId>
|
||||
<version>${tdlight.natives.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlib-natives-linux-s390x</artifactId>
|
||||
<version>${tdlight.natives.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlib-natives-windows-amd64</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user