mirror of
https://github.com/LittleChest/AppCloneEnabler.git
synced 2026-09-20 16:26:47 +08:00
Init 1.1
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url = uri("https://api.xposed.info/") }
|
||||
}
|
||||
}
|
||||
@Suppress("UnstableApiUsage")
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url = uri("https://api.xposed.info/") }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Double Tap To Wake"
|
||||
include(":app")
|
||||
Reference in New Issue
Block a user