Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit 3ab0eff

Browse files
committed
Update publish.gradle
1 parent 9c3c4bd commit 3ab0eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeView/publish.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publishing {
1313
repositories {
1414
maven {
1515
name = "GithubPackages"
16-
url = uri("https://maven.pkg.github.com/chenzhang2006/AndroidLibForArtifactory")
16+
url = uri("https://maven.pkg.github.com/jackdevey/codeview")
1717
credentials {
1818
username = System.getenv('GITHUB_USER') ?: project.properties['GITHUB_USER']
1919
password = System.getenv('GITHUB_PERSONAL_ACCESS_TOKEN') ?: project.properties['GITHUB_PERSONAL_ACCESS_TOKEN']
@@ -29,7 +29,7 @@ publishing {
2929
groupId LIB_GROUP_ID
3030
artifactId LIB_ARTIFACT_ID
3131
version LIB_VERSION
32-
artifact("$buildDir/outputs/aar/codeview-release.aar")
32+
artifact("$buildDir/outputs/aar/CodeView-debug.aar")
3333
artifact(sourceJar)
3434

3535
pom.withXml {

0 commit comments

Comments
 (0)