Skip to content

Commit

Permalink
Revert "[Build] Remove JCenter as repository source"
Browse files Browse the repository at this point in the history
This reverts commit b224e79.
  • Loading branch information
PalmDevs authored Oct 4, 2024
1 parent b224e79 commit b675a98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ buildscript {
repositories {
google()
mavenCentral()
// We need jcenter for the Xposed API...
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:8.0.1")
Expand All @@ -18,9 +20,11 @@ allprojects {
google()
mavenCentral()
maven(url = "https://api.xposed.info/")
// See comment in buildscript repos
jcenter()
}
}

tasks.register<Delete>("clean") {
delete(rootProject.buildDir)
}
}

0 comments on commit b675a98

Please sign in to comment.