8000 Bump client version number to 3.5.8 · Fiv38/android-database-sqlcipher@347c7cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 347c7cf

Browse files
Bump client version number to 3.5.8
1 parent 6852e51 commit 347c7cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android-database-sqlcipher/src/main/java/net/sqlcipher/database/SQLiteDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
}
1717

1818
ext {
19-
clientVersionNumber = "3.5.7"
19+
clientVersionNumber = "3.5.8"
2020
mavenPackaging = "aar"
2121
mavenGroup = "net.zetetic"
2222
mavenArtifactId = "android-database-sqlcipher"

0 commit comments

Comments
 (0)
0