diff --git a/android/build.gradle b/android/build.gradle index 7a4cb59f..7cc954a6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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')