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 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >net.zetetic</groupId >
55 <artifactId >android-database-sqlcipher</artifactId >
6- <version >3.5.6 </version >
6+ <version >3.5.7 </version >
77 <packaging >aar</packaging >
88 <name >android-database-sqlcipher</name >
99 <description >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public class SQLiteDatabase extends SQLiteClosable {
7878 /**
7979 * The version number of the SQLCipher for Android Java client library.
8080 */
81- public static final String SQLCIPHER_ANDROID_VERSION = "3.5.6 " ;
81+ public static final String SQLCIPHER_ANDROID_VERSION = "3.5.7 " ;
8282
8383 // Stores reference to all databases opened in the current process.
8484 // (The referent Object is not used at this time.)
You can’t perform that action at this time.
0 commit comments