mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
database: fixup package names
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
2452e96c90
commit
2704c800ce
10 changed files with 15 additions and 15 deletions
|
@ -38,7 +38,7 @@ android {
|
|||
|
||||
configure<com.squareup.sqldelight.gradle.SqlDelightExtension> {
|
||||
database("LobstersDatabase") {
|
||||
packageName = "dev.msfjarvis.lobsters.database"
|
||||
packageName = "dev.msfjarvis.claw.database"
|
||||
sourceFolders = listOf("sqldelight")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue