mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Move seer-api into app
This commit is contained in:
parent
b87d81513a
commit
d08bd40a68
11 changed files with 70 additions and 78 deletions
|
|
@ -9,9 +9,6 @@ pluginManagement {
|
|||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
// maven {
|
||||
// url = uri("https://androidx.dev/snapshots/builds/14137143/artifacts/repository")
|
||||
// }
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
|
|
@ -19,12 +16,8 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
// maven {
|
||||
// url = uri("https://androidx.dev/snapshots/builds/14137143/artifacts/repository")
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Wholphin"
|
||||
include(":app")
|
||||
include(":seerr-api")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue