We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8aeb5f commit 3791013Copy full SHA for 3791013
1 file changed
README.md
@@ -83,7 +83,7 @@ sqlite3_close(db)
83
84
You can [add this project as a dependency to your Android project](https://central.sonatype.com/artifact/ai.sqlite/vector).
85
86
-**build.gradle (Groovy):**
+**Groovy:**
87
```gradle
88
repositories {
89
google()
@@ -102,7 +102,7 @@ dependencies {
102
}
103
```
104
105
-**build.gradle.kts (Kotlin):**
+**Kotlin:**
106
```kotlin
107
108
0 commit comments