Skip to content

Commit bb18a17

Browse files
Bump version to 3.5.0
1 parent 1053ca7 commit bb18a17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
*** Compatibility
66

7-
SQLCipher for Android runs on Android 2.1 - 6.0, both x86 and ARM architectures.
7+
SQLCipher for Android runs on Android 2.1 - Android N, for =armeabi=, =armeabi-v7a=m, and =x86= architectures.
88

99
*** Contributions
1010

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.4.0</version>
6+
<version>3.5.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
@@ -72,7 +72,7 @@ public class SQLiteDatabase extends SQLiteClosable {
7272
/**
7373
* The version number of the SQLCipher for Android Java client library.
7474
*/
75-
public static final String SQLCIPHER_ANDROID_VERSION = "3.4.0";
75+
public static final String SQLCIPHER_ANDROID_VERSION = "3.5.0";
7676

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

0 commit comments

Comments
 (0)