8000 chore(doc): corrected description of libcrypto.a location in README · sqlcipher/sqlcipher-android@786630b · GitHub
[go: up one dir, main page]

Skip to content

Commit 786630b

Browse files
committed
chore(doc): corrected description of libcrypto.a location in README
1 parent 8166f30 commit 786630b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SQLCipher for Android provides a library replacement for `android.database.sqlit
44

55
### Compatibility
66

7-
SQLCipher for Android supports Android API 21 and up on `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
7+
SQLCipher for Android supports Android API 21 and up on `armeabi-v7a`, `x86`, `x86_64`, and `arm64-v8a` architectures.
88

99
### Contributions
1010

@@ -90,7 +90,7 @@ This repository is not batteries-included. Specifically, you will need to build
9090
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/armeabi-v7a/libcrypto.a
9191
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/x86/libcrypto.a
9292
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/x86_64/libcrypto.a
93-
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/arm64_v8a/libcrypto.a
93+
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/arm64-v8a/libcrypto.a
9494
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/include/
9595
<project-root>/sqlcipher/src/main/jni/sqlcipher/sqlite3.c
9696
<project-root>/sqlcipher/src/main/jni/sqlcipher/sqlite3.h

README.md.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SQLCipher for Android provides a library replacement for `android.database.sqlit
44

55
### Compatibility
66

7-
SQLCipher for Android supports Android API <%=minSdkVersion%> and up on `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
7+
SQLCipher for Android supports Android API <%=minSdkVersion%> and up on `armeabi-v7a`, `x86`, `x86_64`, and `arm64-v8a` architectures.
88

99
### Contributions
1010

@@ -90,7 +90,7 @@ This repository is not batteries-included. Specifically, you will need to build
9090
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/armeabi-v7a/libcrypto.a
9191
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/x86/libcrypto.a
9292
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/x86_64/libcrypto.a
93-
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/arm64_v8a/libcrypto.a
93+
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/arm64-v8a/libcrypto.a
9494
<project-root>/sqlcipher/src/main/jni/sqlcipher/android-libs/include/
9595
<project-root>/sqlcipher/src/main/jni/sqlcipher/sqlite3.c
9696
<project-root>/sqlcipher/src/main/jni/sqlcipher/sqlite3.h

0 commit comments

Comments
 (0)
0