Skip to content

Commit

Permalink
app: gradle: switch to api.xposed.info repo
Browse files Browse the repository at this point in the history
Signed-off-by: Salvo Giangreco <[email protected]>
  • Loading branch information
salvogiangri committed Aug 5, 2024
1 parent 0246917 commit 40d4820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
google()
mavenCentral()
maven(url = "https://jitpack.io")
maven(url = "https://jcenter.bintray.com")
maven(url = "https://api.xposed.info")
}
}

Expand Down

0 comments on commit 40d4820

Please sign in to comment.