Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingpqi123 committed Sep 19, 2024
1 parent 3e11bbe commit dbeaa21
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/libpag/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ publishing {
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
credentials {
username = ""
password = ""
}
}
}
}
Expand Down

0 comments on commit dbeaa21

Please sign in to comment.