feat(manager): root installer

This commit is contained in:
rhunk
2023-10-30 19:57:33 +01:00
parent 2047f32440
commit 407e69d184
14 changed files with 273 additions and 86 deletions

View File

@@ -12,6 +12,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}