Fix tdlib close issue
This commit is contained in:
parent
54fdc9ae49
commit
6439a1b486
@ -26,24 +26,24 @@
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-java</artifactId>
|
||||
<version>2.7.9.1</version>
|
||||
<version>2.7.9.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TDLight natives -->
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-linux-amd64</artifactId>
|
||||
<version>4.0.179</version>
|
||||
<version>4.0.183</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-windows-amd64</artifactId>
|
||||
<version>4.0.179</version>
|
||||
<version>4.0.183</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-osx-amd64</artifactId>
|
||||
<version>4.0.179</version>
|
||||
<version>4.0.183</version>
|
||||
</dependency>
|
||||
|
||||
<!-- log4j logging -->
|
||||
|
4
pom.xml
4
pom.xml
@ -8,9 +8,9 @@
|
||||
<name>TDLight Java Parent</name>
|
||||
<properties>
|
||||
<revision>1.0.0.0-SNAPSHOT</revision>
|
||||
<nativesRevisionNumber>179</nativesRevisionNumber>
|
||||
<nativesRevisionNumber>183</nativesRevisionNumber>
|
||||
<nativesRevisionSuffix/>
|
||||
<apiRevisionNumber>177</apiRevisionNumber>
|
||||
<apiRevisionNumber>181</apiRevisionNumber>
|
||||
<apiRevisionSuffix/>
|
||||
</properties>
|
||||
<repositories>
|
||||
|
Loading…
x
Reference in New Issue
Block a user