Skip to content

Commit

Permalink
doc: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jun 28, 2023
1 parent 5ad3f9e commit 5238827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please refer to the [Android codelabs](https://codelabs.awala.network/?cat=andro
android.jetifier.blacklist = bcprov-jdk15on-1.*.jar
```

If you use Android Lint, you may want to disable the warnings about BouncyCastle import `javax.naming` (an `InvalidPackage`) by adding the following to your Lint configuration:
If you use Android Lint, you may want to disable the warnings about BouncyCastle importing `javax.naming` (an `InvalidPackage`) by adding the following to your Lint configuration:

```xml
<?xml version="1.0" encoding="utf-8"?>
Expand Down

0 comments on commit 5238827

Please sign in to comment.