Skip to content

Commit 5a2ff5f

Browse files
committed
chore: update android doc
1 parent ddab8ac commit 5a2ff5f

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
r---
1+
---
22
title: "Android Quick Start Guide"
33
description: SQLite Sync is a multi-platform extension that brings a true local-first experience to your applications with minimal effort.
44
category: platform
55
status: publish
66
slug: sqlite-sync-quick-start-android
7-
87
---
98

109
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.
@@ -13,8 +12,6 @@ This example uses the [requery:sqlite-android](https://github.com/requery/sqlite
1312

1413
### 1. Add Dependencies
1514

16-
In your `app/build.gradle.kts`:
17-
1815
<details>
1916
<summary>Groovy DSL</summary>
2017

0 commit comments

Comments
 (0)