We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b051a commit c8daf9bCopy full SHA for c8daf9b
codeeditor/build.gradle.kts
@@ -88,7 +88,7 @@ if (isGithubPropAvailable) {
88
repositories {
89
maven {
90
name = "GithubPackages"
91
- url = uri("https://maven.pkg.github.com/esafirm/compose-code-editor")
+ url = uri("https://maven.pkg.github.com/Qawaz/compose-code-editor")
92
try {
93
credentials {
94
username = (githubProperties["gpr.usr"] ?: System.getenv("GPR_USER")).toString()
0 commit comments