Skip to content

Commit

Permalink
Update tdlight
Browse files Browse the repository at this point in the history
  • Loading branch information
cavallium committed Aug 27, 2024
1 parent 4d77c73 commit f63b7d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.506</tdlight.natives.version>
<tdlight.api.version>4.0.476</tdlight.api.version>
<tdlight.natives.version>4.0.507</tdlight.natives.version>
<tdlight.api.version>4.0.477</tdlight.api.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void onAuthData(AuthenticationData authenticationData) {
false,
false,
false,
false,
null,
null
);
Expand Down

0 comments on commit f63b7d5

Please sign in to comment.