Skip to content

Commit

Permalink
Bump version to 4.6.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
developernotes committed May 21, 2024
1 parent 847befa commit e1eae3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ We welcome contributions, to contribute to SQLCipher for Android, a [contributor
Add a local reference to the local library and dependency:

```groovy
implementation files('libs/sqlcipher-android-4.5.7-release.aar')
implementation files('libs/sqlcipher-android-4.6.0-release.aar')
implementation 'androidx.sqlite:sqlite:2.2.0'
```

or source a Community edition build from Maven Central:

```groovy
implementation 'net.zetetic:sqlcipher-android:4.5.7@aar'
implementation 'net.zetetic:sqlcipher-android:4.6.0@aar'
implementation 'androidx.sqlite:sqlite:2.2.0'
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ project.ext {
if(project.hasProperty('sqlcipherAndroidVersion') && "${sqlcipherAndroidVersion}") {
libraryVersion = "${sqlcipherAndroidVersion}"
} else {
libraryVersion = "4.5.7"
libraryVersion = "4.6.0"
}
minSdkVersion = 21
androidXSQLiteVersion = "2.2.0"
Expand Down

0 comments on commit e1eae3c

Please sign in to comment.