Skip to content

Commit 1ee8fb3

Browse files
authored
Change GH packages URL
1 parent 5442634 commit 1ee8fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ publishing {
3232
repositories {
3333
maven {
3434
name = "GitHubPackages"
35-
url = uri("https://maven.pkg.github.com/crc-32/libpebblecommon")
35+
url = uri("https://maven.pkg.github.com/pebble-dev/libpebblecommon")
3636
credentials {
3737
username = System.getenv("GITHUB_ACTOR")
3838
password = System.getenv("GITHUB_TOKEN")
@@ -173,4 +173,4 @@ kotlin {
173173
commandLine 'xcrun', 'simctl', 'spawn', device, binary.absolutePath
174174
}
175175
}
176-
}*/
176+
}*/

0 commit comments

Comments
 (0)