We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b150ed commit 565d30dCopy full SHA for 565d30d
android/build.gradle.kts
@@ -125,7 +125,7 @@ publishing {
125
if (System.getenv("GITHUB_ACTOR") != null) {
126
maven {
127
name = "GitHubPackages"
128
- url = uri("https://maven.pkg.github.com/journeyapps/powersync-sqlite-core")
+ url = uri("https://maven.pkg.github.com/powersync-ja/powersync-sqlite-core")
129
credentials {
130
username = System.getenv("GITHUB_ACTOR")
131
password = System.getenv("GITHUB_TOKEN")
0 commit comments