Skip to content

Commit 546479a

Browse files
author
Christopher J. Brody
committed
Merge branch 'master' of https://github.com/sqlcipher/android-database-sqlcipher into ndk-r25-lts-updates
2 parents dbb6700 + 0876f83 commit 546479a

File tree

6 files changed

+269
-203
lines changed

6 files changed

+269
-203
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ such as having the following line in your module's `build.gradle` `dependencies`
5555
closure:
5656

5757
```gradle
58-
implementation "net.zetetic:android-database-sqlcipher:4.5.2"
58+
implementation "net.zetetic:android-database-sqlcipher:4.5.3"
5959
implementation "androidx.sqlite:sqlite:2.0.1"
6060
```
6161

62-
(replacing `4.5.2` with the version you want)
62+
(replacing `4.5.3` with the version you want)
6363

6464
<a title="Latest version from Maven Central" href="https://maven-badges.herokuapp.com/maven-central/net.zetetic/android-database-sqlcipher"><img src="https://maven-badges.herokuapp.com/maven-central/net.zetetic/android-database-sqlcipher/badge.svg"></a>
6565

@@ -145,7 +145,7 @@ To complete the `make` command, the `ANDROID_NDK_HOME` environment variable must
145145
SQLCIPHER_ROOT=/some/path/to/sqlcipher-folder \
146146
OPENSSL_ROOT=/some/path/to/openssl-folder \
147147
SQLCIPHER_CFLAGS="-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2" \
148-
SQLCIPHER_ANDROID_VERSION="4.5.2" \
148+
SQLCIPHER_ANDROID_VERSION="4.5.3" \
149149
make build-release
150150
```
151151

Diff for: build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
buildscript {
22
repositories {
33
google()
4-
jcenter()
4+
mavenCentral()
55
maven {
66
url "https://plugins.gradle.org/m2/"
77
}
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.2.1'
10+
classpath 'com.android.tools.build:gradle:7.3.1'
1111
classpath "gradle.plugin.org.ec4j.gradle:editorconfig-gradle-plugin:0.0.3"
1212
}
1313
}
1414

1515
allprojects {
1616
repositories {
1717
google()
18-
jcenter()
18+
mavenCentral()
1919
}
2020
}
2121

Diff for: gradle/wrapper/gradle-wrapper.jar

4.99 KB
Binary file not shown.

Diff for: gradle/wrapper/gradle-wrapper.properties

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Fri Jul 08 11:01:47 CDT 2022
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
64
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)