{"id":20653128,"url":"https://github.com/suciptoid/android-ci","last_synced_at":"2026-05-07T13:10:25.807Z","repository":{"id":82620225,"uuid":"90817737","full_name":"suciptoid/android-ci","owner":"suciptoid","description":"Mirror of https://gitlab.com/showcheap/android-ci","archived":false,"fork":false,"pushed_at":"2017-05-10T04:21:27.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T14:20:12.447Z","etag":null,"topics":["android","docker","gitlab"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suciptoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-10T03:38:22.000Z","updated_at":"2023-03-08T22:09:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e74fde4-e5c0-470a-bacb-4fccace5ca2e","html_url":"https://github.com/suciptoid/android-ci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/suciptoid/android-ci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suciptoid%2Fandroid-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suciptoid%2Fandroid-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suciptoid%2Fandroid-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suciptoid%2Fandroid-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suciptoid","download_url":"https://codeload.github.com/suciptoid/android-ci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suciptoid%2Fandroid-ci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32739003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","docker","gitlab"],"created_at":"2024-11-16T17:41:37.316Z","updated_at":"2026-05-07T13:10:25.777Z","avatar_url":"https://github.com/suciptoid.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Image for Build Android \n\nGitLab CI image for building Android apps\n\nThis code on repo will automatically build on Gitlab Registry : \n\nhttps://gitlab.com/showcheap/android-ci/container_registry\n\n## Version\nPlease specify image version depends on your android project using docker images tag.\n* `B` for Build Tools Version\n* `T` for Target SDK Version\n\nExample\n```yml\nimage: registry.gitlab.com/showcheap/android-ci:T25-B25.0.3\n```\n\nFor android project using `targetSdkVersion` version `25` and `buildToolsVersion` version `25.0.3`\n\nYou can see available tag on branch section\n\nhttps://gitlab.com/showcheap/android-ci/branches\n\n## Example `.gitlab-ci.yml` file\nYou can specify tag for target SDK Version (If available, if not PR are welcome)\n\n```yml\nimage: registry.gitlab.com/showcheap/android-ci:T25-B25.0.3\n\nbefore_script:\n    - export GRADLE_USER_HOME=`pwd`/.gradle\n    - chmod +x ./gradlew\n\ncache:\n  key: \"$CI_COMMIT_REF_NAME\"\n  paths:\n     - .gradle/\n\nstages:\n  - test\n  - build\n\ntest:\n  stage: test\n  script:\n     - ./gradlew check\n\nbuild:\n  stage: build\n  script:\n     - ./gradlew assemble\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuciptoid%2Fandroid-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuciptoid%2Fandroid-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuciptoid%2Fandroid-ci/lists"}