Skip to content

Commit

Permalink
[Build] Remove JCenter as repository source
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored and PalmDevs committed Oct 4, 2024
1 parent a290483 commit b224e79
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ buildscript {
repositories {
google()
mavenCentral()
// We need jcenter for the Xposed API...
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:8.0.1")
Expand All @@ -20,11 +18,9 @@ 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 b224e79

Please sign in to comment.