Skip to content

Commit

Permalink
Change GH packages URL
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 authored Apr 22, 2021
1 parent 5442634 commit 1ee8fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/crc-32/libpebblecommon")
url = uri("https://maven.pkg.github.com/pebble-dev/libpebblecommon")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down Expand Up @@ -173,4 +173,4 @@ kotlin {
commandLine 'xcrun', 'simctl', 'spawn', device, binary.absolutePath
}
}
}*/
}*/

0 comments on commit 1ee8fb3

Please sign in to comment.