Skip to content

Commit 23c09e9

Browse files
Correct markdown typo
1 parent a388a03 commit 23c09e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ An article covering both integration of SQLCipher into an Android application as
130130

131131
For applications which utilize ProGuard, a few additional rules must be included when using SQLCipher for Android. These rules instruct ProGuard to omit the renaming of the internal SQLCipher classes which are used via lookup from the JNI layer. It is worth noting that since SQLCipher or Android is based on open source code there is little value in obfuscating the library anyway. The more important use of ProGuard is to protect your application code and business logic.
132132

133-
``
133+
```
134134
-keep,includedescriptorclasses class net.sqlcipher.** { *; }
135135
-keep,includedescriptorclasses interface net.sqlcipher.** { *; }
136136
```

0 commit comments

Comments
 (0)