Skip to content

Commit 3284db9

Browse files
authored
Merge pull request #29 from FastComments/bump-lib
Bump fastcomments-java to 0.0.20
2 parents 2298651 + 67896eb commit 3284db9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ activityCompose = "1.8.0"
1010
composeBom = "2024.04.01"
1111
appcompat = "1.7.0"
1212
material = "1.12.0"
13-
fastcomments = "0.0.19"
13+
fastcomments = "0.0.20"
1414
constraintlayout = "2.1.4"
1515
swiperefreshlayout = "1.1.0"
1616

libraries/sdk/src/main/java/com/fastcomments/sdk/FastCommentsSDK.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public class FastCommentsSDK {
4848
public int currentPage;
4949
public int currentSkip;
5050
public int pageSize = 30;
51-
public long lastGenDate;
5251
public Set<String> broadcastIdsSent;
5352
public String blockingErrorMessage;
5453

@@ -230,7 +229,6 @@ public void getCommentsAndRelatedData(
230229
.skipChildren(skip)
231230
.limit(limit)
232231
.limitChildren(limit)
233-
.lastGenDate(lastGenDate)
234232
.includeConfig(includeConfig)
235233
.countAll(Boolean.TRUE.equals(config.countAll))
236234
.countChildren(true)
@@ -301,7 +299,6 @@ public void getCommentsForParent(
301299
.skipChildren(skip)
302300
.limit(limit)
303301
.limitChildren(limit)
304-
.lastGenDate(lastGenDate)
305302
.countChildren(true)
306303
.locale(config.locale)
307304
.executeAsync(new ApiCallback<GetCommentsPublic200Response>() {

0 commit comments

Comments
 (0)