File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android-database-sqlcipher/src/main/java/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 @@ -78,7 +78,7 @@ public class SQLiteDatabase extends SQLiteClosable {
78
78
/**
79
79
* The version number of the SQLCipher for Android Java client library.
80
80
*/
81
- public static final String SQLCIPHER_ANDROID_VERSION = "3.5.7 " ;
81
+ public static final String SQLCIPHER_ANDROID_VERSION = "3.5.8 " ;
82
82
83
83
// Stores reference to all databases opened in the current process.
84
84
// (The referent Object is not used at this time.)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
16
16
}
17
17
18
18
ext {
19
- clientVersionNumber = " 3.5.7 "
19
+ clientVersionNumber = " 3.5.8 "
20
20
mavenPackaging = " aar"
21
21
mavenGroup = " net.zetetic"
22
22
mavenArtifactId = " android-database-sqlcipher"
You can’t perform that action at this time.
0 commit comments