Skip to content

Commit c1aed3e

Browse files
Use double quotes for AAR reference string
1 parent 2332543 commit c1aed3e

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
@@ -55,7 +55,7 @@ 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.3.0'
58+
implementation "net.zetetic:android-database-sqlcipher:4.3.0"
5959
implementation "androidx.sqlite:sqlite:2.0.1"
6060
```
6161

0 commit comments

Comments
 (0)