Repo created
This commit is contained in:
parent
8ed267efd9
commit
bca80f6a46
22 changed files with 1516 additions and 2 deletions
20
settings.gradle.kts
Normal file
20
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
@file:Suppress("UnstableApiUsage")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
maven("https://api.xposed.info")
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
include(":app")
|
||||
Loading…
Add table
Add a link
Reference in a new issue