Skip to content

Commit 3791013

Browse files
committed
feat(docs): update language instructions for Android in README
1 parent f8aeb5f commit 3791013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sqlite3_close(db)
8383

8484
You can [add this project as a dependency to your Android project](https://central.sonatype.com/artifact/ai.sqlite/vector).
8585

86-
**build.gradle (Groovy):**
86+
**Groovy:**
8787
```gradle
8888
repositories {
8989
google()
@@ -102,7 +102,7 @@ dependencies {
102102
}
103103
```
104104

105-
**build.gradle.kts (Kotlin):**
105+
**Kotlin:**
106106
```kotlin
107107
repositories {
108108
google()

0 commit comments

Comments
 (0)