We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6f4b8 commit e373138Copy full SHA for e373138
README.md
@@ -22,7 +22,7 @@ repositories {
22
}
23
24
dependencies {
25
- implementation 'com.github.artbits:sqlite-java:1.0.5'
+ implementation 'com.github.artbits:sqlite-java:1.0.6'
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.5</version>
+ <version>1.0.6</version>
39
</dependency>
40
41
build.gradle
@@ -37,4 +37,9 @@ publishing {
wrapper {
gradleVersion = "8.0"
distributionType = Wrapper.DistributionType.ALL
+}
+
42
+tasks.register('install', Copy) {
43
+ from 'build/libs'
44
+ into 'C:/Users/artbits/.m2/repository/sqlite-java'
45
0 commit comments