Skip to content

Commit fd3fa5f

Browse files
committed
fix(docs): update SQLite JS AAR package version in README example
1 parent 6a92ef1 commit fd3fa5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ dependencies {
7979
// Use requery's SQLite instead of Android's built-in SQLite to support loading custom extensions
8080
implementation 'com.github.requery:sqlite-android:3.49.0'
8181
// Both packages below are identical - use either one
82-
implementation 'ai.sqlite:js:0.9.32' // Maven Central
83-
// implementation 'com.github.sqliteai:sqlite-js:0.9.32' // JitPack (alternative)
82+
implementation 'ai.sqlite:js:1.1.11' // Maven Central
83+
// implementation 'com.github.sqliteai:sqlite-js:1.1.11' // JitPack (alternative)
8484
}
8585
```
8686

@@ -98,8 +98,8 @@ dependencies {
9898
// Use requery's SQLite instead of Android's built-in SQLite to support loading custom extensions
9999
implementation("com.github.requery:sqlite-android:3.49.0")
100100
// Both packages below are identical - use either one
101-
implementation("ai.sqlite:js:0.9.32") // Maven Central
102-
// implementation("com.github.sqliteai:sqlite-js:0.9.32") // JitPack (alternative)
101+
implementation("ai.sqlite:js:1.1.11") // Maven Central
102+
// implementation("com.github.sqliteai:sqlite-js:1.1.11") // JitPack (alternative)
103103
}
104104
```
105105

0 commit comments

Comments
 (0)