Skip to content

Replace usages of CompletableFuture #24

@ryantrem

Description

@ryantrem

The Android implementation currently uses CompletableFuture, but this is not available in any API level below 24, which is higher than the minSdkVersion that we want to support. As such, we need to remove usages of CompletableFuture and replace them with some alternative.

Metadata

Metadata

Assignees

Labels

AndroidAffects AndroidenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions