Skip to content

Commit

Permalink
Update tdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
cavallium committed Nov 8, 2023
1 parent 6de597f commit b693869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<name>TDLight Java BOM</name>
<properties>
<revision>3.0.0.0-SNAPSHOT</revision>
<tdlight.natives.version>4.0.491</tdlight.natives.version>
<tdlight.api.version>4.0.461</tdlight.api.version>
<tdlight.natives.version>4.0.492</tdlight.natives.version>
<tdlight.api.version>4.0.462</tdlight.api.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>it.tdlight</groupId>
<artifactId>tdlight-java-bom</artifactId>
<version>3.2.0+td.1.8.20</version>
<version>3.2.0+td.1.8.21</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b693869

Please sign in to comment.