Skip to content

Commit

Permalink
fix: change Packages URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Jul 18, 2024
1 parent f55514e commit a1c0e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ publishing {
repositories {
maven {
name = 'Github'
url = uri('https://maven.pkg.github.com/guardsquare/proguard-core')
url = uri('https://maven.pkg.github.com/run-slicer/proguard-core')
credentials {
username = project.findProperty('PROGUARD_GITHUB_USERNAME')
password = project.findProperty('PROGUARD_GITHUB_TOKEN')
Expand Down

0 comments on commit a1c0e81

Please sign in to comment.