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