chore(deps): update app.cash.sqldelight to 2.0.0-alpha05

This commit is contained in:
Harsh Shandilya 2023-01-21 00:07:20 +05:30
parent dbed41bdbd
commit 2cfe9d73a2
No known key found for this signature in database
2 changed files with 8 additions and 6 deletions

View file

@ -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)
}
}
}

View file

@ -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"