Fix fresh database installs

This commit is contained in:
Jobobby04
2023-07-19 22:02:06 -04:00
parent 26dfe4d07d
commit 70bbede29e
6 changed files with 5 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@ android {
database("Database") {
packageName = "tachiyomi.data"
dialect = "sqlite:3.24"
schemaOutputDirectory = project.file("./src/main/sqldelight")
}
}
}