8000 Add SQLCIPHER_ANDROID_VERSION · dw3/android-database-sqlcipher@f10d270 · GitHub
[go: up one dir, main page]

Skip to content

Commit f10d270

Browse files
Add SQLCIPHER_ANDROID_VERSION
1 parent f69ad03 commit f10d270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/net/sqlcipher/database/SQLiteDatabase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public class SQLiteDatabase extends SQLiteClosable {
7474
private static final int EVENT_DB_OPERATION = 52000;
7575
private static final int EVENT_DB_CORRUPT = 75004;
7676

77+
public static final String SQLCIPHER_ANDROID_VERSION = "3.3.1.1";
78+
7779
// Stores reference to all databases opened in the current process.
7880
// (The referent Object is not used at this time.)
7981
// INVARIANT: Guarded by sActiveDatabases.

0 commit comments

Comments
 (0)
0