File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/net/sqlcipher/database Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.zetetic</groupId >
5
5
<artifactId >android-database-sqlcipher</artifactId >
6
- <version >3.3.1-2 </version >
6
+ <version >3.4.0 </version >
7
7
<packaging >aar</packaging >
8
8
<name >android-database-sqlcipher</name >
9
9
<description >
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public class SQLiteDatabase extends SQLiteClosable {
74
74
private static final int EVENT_DB_OPERATION = 52000 ;
75
75
private static final int EVENT_DB_CORRUPT = 75004 ;
76
76
77
- public static final String SQLCIPHER_ANDROID_VERSION = "3.3.1-2 " ;
77
+ public static final String SQLCIPHER_ANDROID_VERSION = "3.4.0 " ;
78
78
79
79
// Stores reference to all databases opened in the current process.
80
80
// (The referent Object is not used at this time.)
You can’t perform that action at this time.
0 commit comments