Skip to content

Commit 71e73fa

Browse files
committed
chore: update android
1 parent 5a2ff5f commit 71e73fa

File tree

1 file changed

+3
-3
lines changed
  • sqlite-cloud/sqlite-ai/sqlite-sync/quick-starts

1 file changed

+3
-3
lines changed

sqlite-cloud/sqlite-ai/sqlite-sync/quick-starts/android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ status: publish
66
slug: sqlite-sync-quick-start-android
77
---
88

9-
This guide shows how to integrate sqlite sync extension into your Android application. Since extension loading is disabled by default in Android's SQLite implementation, you need an alternative SQLite library that supports extensions.
10-
11-
This example uses the [requery:sqlite-android](https://github.com/requery/sqlite-android) library, but other options include building a custom SQLite with extension support or using other third-party SQLite libraries that enable extension loading.
9+
This guide shows how to integrate sqlite-sync extension into your Android application.
1210

1311
### 1. Add Dependencies
1412

13+
You can [add sqlite-sync as a dependency to your Android project](https://central.sonatype.com/artifact/ai.sqlite/sync).
14+
1515
<details>
1616
<summary>Groovy DSL</summary>
1717

0 commit comments

Comments
 (0)