mirror of
https://github.com/appwrite/sdk-for-android.git
synced 2026-06-06 19:28:02 +00:00
feat: update for appwrite 0.14.x
This commit is contained in:
@@ -20,7 +20,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
|
||||
database.createDocument(
|
||||
"[COLLECTION_ID]",
|
||||
"",
|
||||
"[DOCUMENT_ID]",
|
||||
mapOf( "a" to "b" ),
|
||||
new Continuation<Object>() {
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user