We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6dd630 commit ae752a4Copy full SHA for ae752a4
1 file changed
README.md
@@ -21,7 +21,7 @@ repositories {
21
}
22
23
dependencies {
24
- implementation 'com.github.artbits:sqlite-java:1.0.0'
+ implementation 'com.github.artbits:sqlite-java:1.0.1'
25
26
```
27
Maven:
@@ -34,7 +34,7 @@ Maven:
34
<dependency>
35
<groupId>com.github.artbits</groupId>
36
<artifactId>sqlite-java</artifactId>
37
- <version>1.0.0</version>
+ <version>1.0.1</version>
38
</dependency>
39
40
0 commit comments