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 {
7878 /**
7979 * The version number of the SQLCipher for Android Java client library.
8080 */
81- public static final String SQLCIPHER_ANDROID_VERSION = "3.5.7 " ;
81+ public static final String SQLCIPHER_ANDROID_VERSION = "3.5.8 " ;
8282
8383 // Stores reference to all databases opened in the current process.
8484 // (The referent Object is not used at this time.)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
1616}
1717
1818ext {
19- clientVersionNumber = " 3.5.7 "
19+ clientVersionNumber = " 3.5.8 "
2020 mavenPackaging = " aar"
2121 mavenGroup = " net.zetetic"
2222 mavenArtifactId = " android-database-sqlcipher"
You can’t perform that action at this time.
0 commit comments