Skip to content

Commit 565d30d

Browse files
committed
And another one.
1 parent 6b150ed commit 565d30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: android/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ publishing {
125125
if (System.getenv("GITHUB_ACTOR") != null) {
126126
maven {
127127
name = "GitHubPackages"
128-
url = uri("https://maven.pkg.github.com/journeyapps/powersync-sqlite-core")
128+
url = uri("https://maven.pkg.github.com/powersync-ja/powersync-sqlite-core")
129129
credentials {
130130
username = System.getenv("GITHUB_ACTOR")
131131
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)