8000 Bump client version number · dw3/android-database-sqlcipher@c266c51 · GitHub
[go: up one dir, main page]

Skip to content

Commit c266c51

Browse files
Bump client version number
1 parent 620ed89 commit c266c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.zetetic</groupId>
55
<artifactId>android-database-sqlcipher</artifactId>
6-
<version>3.3.1-2</version>
6+
<version>3.4.0</version>
77
<packaging>aar</packaging>
88
<name>android-database-sqlcipher</name>
99
<description>

src/net/sqlcipher/database/SQLiteDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class SQLiteDatabase extends SQLiteClosable {
7474
private static final int EVENT_DB_OPERATION = 52000;
7575
private static final int EVENT_DB_CORRUPT = 75004;
7676

77-
public static final String SQLCIPHER_ANDROID_VERSION = "3.3.1-2";
77+
public static final String SQLCIPHER_ANDROID_VERSION = "3.4.0";
7878

7979
// Stores reference to all databases opened in the current process.
8080
// (The referent Object is not used at this time.)

0 commit comments

Comments
 (0)
0