mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
feat(database): use Requery's repackaged SQLite for databases
This commit is contained in:
parent
558062a915
commit
3347224018
5 changed files with 18 additions and 4 deletions
|
@ -131,6 +131,10 @@ dependencyResolutionManagement {
|
|||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://jitpack.io") }
|
||||
filter { includeGroup("com.github.requery") }
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue