We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e9dc3 commit 585959dCopy full SHA for 585959d
3 files changed
README.md
@@ -6,6 +6,10 @@ This Magisk module provides a statically linked and stripped `sqlite3` binary fo
6
7
## Changelog
8
9
+2019-03-29: v1.3
10
+
11
+- Updated to SQLite 3.27.2.
12
13
2019-03-29: v1.2
14
15
- Updated for Magisk v19 template format.
module.prop
@@ -1,6 +1,6 @@
1
id=sqlite3
2
name=SQLite for ARM aarch64 devices
3
-version=v1.2
4
-versionCode=12
+version=v1.3
+versionCode=13
5
author=ianmacd
description=Provides a statically linked sqlite3 binary for ARM aarch64 devices
system/xbin/sqlite3
33.4 KB
0 commit comments