{"id":44742391,"url":"https://github.com/jangrewe/gitlab-ci-android","last_synced_at":"2026-02-15T21:12:22.266Z","repository":{"id":43147707,"uuid":"52469683","full_name":"jangrewe/gitlab-ci-android","owner":"jangrewe","description":"GitLab CI image for building Android apps","archived":false,"fork":false,"pushed_at":"2023-10-24T09:50:20.000Z","size":44,"stargazers_count":557,"open_issues_count":9,"forks_count":294,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-10-30T22:35:00.334Z","etag":null,"topics":["android","android-apps","ci","docker","docker-image","gitlab-ci"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jangrewe.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":null,"security":null,"support":null}},"created_at":"2016-02-24T19:46:20.000Z","updated_at":"2025-10-17T00:27:45.000Z","dependencies_parsed_at":"2023-02-11T00:15:13.353Z","dependency_job_id":null,"html_url":"https://github.com/jangrewe/gitlab-ci-android","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jangrewe/gitlab-ci-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangrewe%2Fgitlab-ci-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangrewe%2Fgitlab-ci-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangrewe%2Fgitlab-ci-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangrewe%2Fgitlab-ci-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jangrewe","download_url":"https://codeload.github.com/jangrewe/gitlab-ci-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangrewe%2Fgitlab-ci-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29489623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","android-apps","ci","docker","docker-image","gitlab-ci"],"created_at":"2026-02-15T21:12:21.662Z","updated_at":"2026-02-15T21:12:22.262Z","avatar_url":"https://github.com/jangrewe.png","language":"Dockerfile","readme":"# gitlab-ci-android\nThis Docker image contains the Android SDK and most common packages necessary for building Android apps in a CI tool like GitLab CI. Make sure your CI environment's caching works as expected, this greatly improves the build time, especially if you use multiple build jobs.\n\nA `.gitlab-ci.yml` with caching of your project's dependencies would look like this:\n\n```\nimage: jangrewe/gitlab-ci-android\n\nstages:\n- build\n\nbefore_script:\n- export GRADLE_USER_HOME=$(pwd)/.gradle\n- chmod +x ./gradlew\n\ncache:\n  key: ${CI_PROJECT_ID}\n  paths:\n  - .gradle/\n\nbuild:\n  stage: build\n  script:\n  - ./gradlew assembleDebug\n  artifacts:\n    paths:\n    - app/build/outputs/apk/app-debug.apk\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangrewe%2Fgitlab-ci-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjangrewe%2Fgitlab-ci-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangrewe%2Fgitlab-ci-android/lists"}