Skip to content

Commit

Permalink
Merge pull request #7 from Zomato/dev
Browse files Browse the repository at this point in the history
Dev master sync
  • Loading branch information
apoorv-arora authored Feb 14, 2022
2 parents 90cceb2 + b8bc13d commit 7cee12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the Github Maven repository and the dependency in your app's build.gradle
repositories {
// ... google(), jcenter() etc
maven {
url "https://maven.pkg.github.com/Zomato/Sushi-Android"
url "https://maven.pkg.github.com/Zomato/sushi-ui-android"
credentials(HttpHeaderCredentials) {
name = "Authorization"
value = "token ${System.getenv("GITHUB_TOKEN")}"
Expand All @@ -33,7 +33,7 @@ dependencies {

## Documentation
A delicious UI Kit to build Android apps. Made with ❤ by Zomato <br />
<https://zomato.github.io/Sushi-Android/>
<https://zomato.github.io/sushi-ui-android/>

## Testing & Coverage

Expand Down
2 changes: 1 addition & 1 deletion sushilib/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ publishing {
name = "Authorization"
value = "token ${GITHUB_TOKEN}"
}
url = "https://maven.pkg.github.com/Zomato/Sushi-Android"
url = "https://maven.pkg.github.com/Zomato/sushi-ui-android"
authentication {
header(HttpHeaderAuthentication)
}
Expand Down

0 comments on commit 7cee12e

Please sign in to comment.