Release candidate for 1.5.x

This commit is contained in:
Jake Barnby
2024-02-05 23:39:43 +13:00
parent 312f026b41
commit 2766e15eab
249 changed files with 3232 additions and 887 deletions
@@ -11,7 +11,7 @@ Databases databases = new Databases(client);
databases.deleteDocument(
"[DATABASE_ID]",
"[COLLECTION_ID]",
"[DOCUMENT_ID]"
"[DOCUMENT_ID]",
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
@@ -20,4 +20,4 @@ databases.deleteDocument(
Log.d("Appwrite", result.toString());
})
);
);