We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c6267 commit 727f5caCopy full SHA for 727f5ca
README.md
@@ -6,6 +6,9 @@ This Magisk module provides a statically linked and stripped `sqlite3` binary fo
6
7
## Changelog
8
9
+2022-11-17: v1.6
10
+- Updated to SQLite 3.40.0.
11
+
12
2021-07-26: v1.5
13
14
- Updated to SQLite 3.36.0.
module.prop
@@ -1,6 +1,6 @@
1
id=sqlite3
2
name=SQLite for ARM aarch64 devices
3
-version=v1.5
4
-versionCode=15
+version=v1.6
+versionCode=16
5
author=ianmacd,Howard,Rojen
description=Provides a statically linked sqlite3 binary for ARM aarch64 devices
system/xbin/sqlite3
42.9 KB
0 commit comments