File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments