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
@@ -10,7 +10,7 @@ Functions functions = new Functions(client);
functions.getExecution(
"[FUNCTION_ID]",
"[EXECUTION_ID]"
"[EXECUTION_ID]",
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
@@ -19,4 +19,4 @@ functions.getExecution(
Log.d("Appwrite", result.toString());
})
);
);