{"id":20333276,"url":"https://github.com/zomato/sushi-ui-android","last_synced_at":"2025-04-11T21:33:09.746Z","repository":{"id":41378340,"uuid":"453048414","full_name":"Zomato/sushi-ui-android","owner":"Zomato","description":"Sushi Design System - UI Kit for Android apps","archived":false,"fork":false,"pushed_at":"2022-03-01T06:44:58.000Z","size":5046,"stargazers_count":107,"open_issues_count":0,"forks_count":13,"subscribers_count":10,"default_branch":"dev","last_synced_at":"2025-03-25T17:46:52.822Z","etag":null,"topics":["android"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zomato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2022-01-28T11:50:31.000Z","updated_at":"2025-01-31T03:16:53.000Z","dependencies_parsed_at":"2022-09-05T11:21:31.171Z","dependency_job_id":null,"html_url":"https://github.com/Zomato/sushi-ui-android","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zomato%2Fsushi-ui-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zomato%2Fsushi-ui-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zomato%2Fsushi-ui-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zomato%2Fsushi-ui-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zomato","download_url":"https://codeload.github.com/Zomato/sushi-ui-android/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248483387,"owners_count":21111439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android"],"created_at":"2024-11-14T20:30:06.907Z","updated_at":"2025-04-11T21:33:09.716Z","avatar_url":"https://github.com/Zomato.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n# Sushi Design System\n⚡️ Android UI Kit ⚡️\n\nApplication is available here:\n\n\u003ca href='https://play.google.com/store/apps/details?id=com.zomato.sushiapp'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height=\"80\"/\u003e\u003c/a\u003e\n  \n[![Downloads Badge](https://img.shields.io/endpoint?logo=google-play\u0026url=https://api-playstore.rajkumaar.co.in/downloads?id=com.zomato.sushiapp\u0026color=success)](https://play.google.com/store/apps/details?id=com.zomato.sushiapp) [![Rating Badge](https://img.shields.io/endpoint?logo=google-play\u0026url=https://api-playstore.rajkumaar.co.in/rating?id=com.zomato.sushiapp\u0026color=success)](https://play.google.com/store/apps/details?id=com.zomato.sushiapp) \n  \nLatest release:\n  \n![Version Badge](https://img.shields.io/endpoint?color=blue\u0026url=https://api-playstore.rajkumaar.co.in/version?id=com.zomato.sushiapp)\n\n\u003c/div\u003e\n\n## Usage\nThe master branch is being used for release and dev is the default branch.\n\n### Installation\nThis package is available via Github Package Registry. To use this, follow these steps.\n\nAdd the Github Maven repository and the dependency in your app's build.gradle\n\n```groovy\nrepositories {\n    // ... google(), jcenter() etc\n    maven {\n        url \"https://maven.pkg.github.com/Zomato/sushi-ui-android\"\n        credentials(HttpHeaderCredentials) {\n            name = \"Authorization\"\n            value = \"token ${System.getenv(\"GITHUB_TOKEN\")}\"\n        }\n        authentication { header(HttpHeaderAuthentication) }\n    }\n}\n\ndependencies {\n    // ... other dependencies\n    implementation \"com.zomato.sushilib:sushilib-android:${latest_version}\"\n}\n\n```\n\n\u003e NOTE: Make sure you have the `GITHUB_TOKEN` environment variable set. This token should have `read:packages` enabled.\n\n\n## Documentation\nA delicious UI Kit to build Android apps. Made with ❤ by Zomato \u003cbr /\u003e\n\u003chttps://zomato.github.io/sushi-ui-android/\u003e\n\n## Testing \u0026 Coverage\n\nRun all tests and get coverage report\n```shell \n./gradlew jacocoTestReport\n```\n\n## Publishing\nTo publish this package, go to Actions tab of the repo and select \"Version Bump CI\" workflow. This workflow has to be manually triggered by clicking \"Run Workflow\" button. It will create a PR on \"master\" branch which after merge will generate and publish a new package.\n\n## License\n\n```\nCopyright 2022 Zomato Limited.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzomato%2Fsushi-ui-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzomato%2Fsushi-ui-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzomato%2Fsushi-ui-android/lists"}