SQLite Android Bindings

Check-in [07738ecfc7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Change the STL used by this project from "stlport_static" to "c++_static". stlport_static is no longer supported.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 07738ecfc781e2f42bc3406cb92bcb8daf7821c4
User & Date: dan 2019-01-22 17:37:19.517
Context
2019-02-07
18:15
Upgrade this project to SQLite version 3.27.0. (check-in: dd34147be6 user: dan tags: trunk)
2019-01-22
17:37
Change the STL used by this project from "stlport_static" to "c++_static". stlport_static is no longer supported. (check-in: 07738ecfc7 user: dan tags: trunk)
2018-12-01
13:44
Update this project to versino 3.26.0. (check-in: 41612ba03b user: dan tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to sqlite3/src/main/jni/Application.mk.
1
APP_STL:=stlport_static
|
1
APP_STL:=c++_static