mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 09:27:03 +05:30
chore(deps): update app.cash.sqldelight
to 2.0.0-alpha05
This commit is contained in:
parent
dbed41bdbd
commit
2cfe9d73a2
2 changed files with 8 additions and 6 deletions
|
@ -19,11 +19,13 @@ anvil { generateDaggerFactories.set(true) }
|
|||
android { namespace = "dev.msfjarvis.claw.database" }
|
||||
|
||||
sqldelight {
|
||||
database("LobstersDatabase") {
|
||||
packageName = "dev.msfjarvis.claw.database"
|
||||
sourceFolders = listOf("sqldelight")
|
||||
schemaOutputDirectory = file("src/main/sqldelight/databases")
|
||||
verifyMigrations = true
|
||||
databases {
|
||||
create("LobstersDatabase") {
|
||||
packageName.set("dev.msfjarvis.claw.database")
|
||||
sourceFolders.set(listOf("sqldelight"))
|
||||
schemaOutputDirectory.set(file("src/main/sqldelight/databases"))
|
||||
verifyMigrations.set(true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ okhttp = "3.14.9"
|
|||
retrofit = "2.9.0"
|
||||
richtext = "0.16.0"
|
||||
serialization = "1.4.1"
|
||||
sqldelight = "2.0.0-alpha04"
|
||||
sqldelight = "2.0.0-alpha05"
|
||||
whetstone = "0.6.0-SNAPSHOT"
|
||||
workmanager = "2.8.0-rc01"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue