Change package name from org.github.tursodatabase to tech.turso

This commit is contained in:
김선우
2025-02-12 09:58:25 +09:00
parent ebceefacde
commit cb7bd3d211
46 changed files with 128 additions and 128 deletions

View File

@@ -29,7 +29,7 @@ Now you can use the dependency as follows:
```kotlin
dependencies {
implementation("org.github.tursodatabase:limbo:0.0.1-SNAPSHOT")
implementation("tech.turso:limbo:0.0.1-SNAPSHOT")
}
```