We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08c701 commit b0bdfeaCopy full SHA for b0bdfea
1 file changed
settings.gradle.kts
@@ -3,7 +3,6 @@ pluginManagement {
3
google()
4
mavenCentral()
5
gradlePluginPortal()
6
- jcenter()
7
}
8
9
dependencyResolutionManagement {
@@ -12,9 +11,9 @@ dependencyResolutionManagement {
12
11
13
14
jcenter()
+ maven(url="https://api.xposed.info/")
15
16
17
18
rootProject.name = "AlternativeUnlockXposed"
19
include(":app")
20
-
0 commit comments