Skip to content

Commit 3594528

Browse files
committed
feat: add LSPosed helper Gradle settings
1 parent d4fa6d6 commit 3594528

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

lsposed-helper/settings.gradle

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
pluginManagement {
2+
repositories {
3+
google()
4+
mavenCentral()
5+
gradlePluginPortal()
6+
}
7+
}
8+
9+
dependencyResolutionManagement {
10+
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
11+
repositories {
12+
google()
13+
mavenCentral()
14+
maven { url = uri("https://api.xposed.info/") }
15+
}
16+
}
17+
18+
rootProject.name = "ColorOSThemesLSPosedHelper"
19+
include ':app'

0 commit comments

Comments
 (0)