Skip to content

Commit f63b7d5

Browse files
committed
Update tdlight
1 parent 4d77c73 commit f63b7d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<name>TDLight Java BOM</name>
99
<properties>
1010
<revision>3.0.0.0-SNAPSHOT</revision>
11-
<tdlight.natives.version>4.0.506</tdlight.natives.version>
12-
<tdlight.api.version>4.0.476</tdlight.api.version>
11+
<tdlight.natives.version>4.0.507</tdlight.natives.version>
12+
<tdlight.api.version>4.0.477</tdlight.api.version>
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
</properties>

tdlight-java/src/main/java/it/tdlight/client/AuthorizationStateWaitAuthenticationDataHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public void onAuthData(AuthenticationData authenticationData) {
5555
false,
5656
false,
5757
false,
58+
false,
5859
null,
5960
null
6061
);

0 commit comments

Comments
 (0)