Skip to content

Commit

Permalink
release: SDK 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Sep 15, 2023
1 parent 3f74ba9 commit 5bad6fd
Show file tree
Hide file tree
Showing 4 changed files with 9,881 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Sources/buildSrc/src/main/java/Consts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object ProjectConsts {
}

object SDKConsts {
const val VERSION = "1.20.0"
const val VERSION = "1.20.1"
const val API_LEVEL = 61
const val MESSAGING_API_LEVEL = 12

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,13 +492,8 @@ public BatchUserDataEditor clearTagCollection(final @NonNull String collection)
* This action cannot be undone.
*/
public void save() {
UserOperation userUpdateOperation = getUserUpdateOperation();
if (userUpdateOperation != null) {
operationQueue.addFirstOperation(userUpdateOperation);
}
UserModuleProvider
.get()
.addOperationQueueAndSubmit(500, new UserOperationQueue(operationQueue.popOperations()));
final List<UserOperation> pendingOperationQueue = popOperationQueue();
UserModuleProvider.get().addOperationQueueAndSubmit(500, new UserOperationQueue(pendingOperationQueue));
}

Promise<Void> saveSync() {
Expand Down
1 change: 1 addition & 0 deletions proguard-mappings/1.20.1/checksum.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
06ba3d9590f88cdb160587cf96d5b57614422236 public-sdk/Batch.aar
Loading

0 comments on commit 5bad6fd

Please sign in to comment.