{"id":16162771,"url":"https://github.com/msrd0/docker-gradle-android","last_synced_at":"2026-01-20T21:33:11.042Z","repository":{"id":95935367,"uuid":"94698973","full_name":"msrd0/docker-gradle-android","owner":"msrd0","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-19T15:01:10.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T03:49:25.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msrd0.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-18T16:21:37.000Z","updated_at":"2017-06-18T16:21:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"6371e1f9-be23-453c-a4c0-245d7ce88bf2","html_url":"https://github.com/msrd0/docker-gradle-android","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"fb09c9732f059c5865b13980d9034d26defd23db"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msrd0/docker-gradle-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fdocker-gradle-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fdocker-gradle-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fdocker-gradle-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fdocker-gradle-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msrd0","download_url":"https://codeload.github.com/msrd0/docker-gradle-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fdocker-gradle-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28614606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"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":[],"created_at":"2024-10-10T02:32:55.566Z","updated_at":"2026-01-20T21:33:11.020Z","avatar_url":"https://github.com/msrd0.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-gradle-android\n\nCorresponding docker image: [msrd0/gradle-android](https://hub.docker.com/r/msrd0/gradle-android/)\n\nThe docker images is based on [`debian:stretch`](https://hub.docker.com/_/debian/) and contains (state 2017/06/19):\n\nSoftware | Version\n----------|--------\nJDK | 1.8.0_131\nGradle | 3.2.1\nMaven | 3.3.9\n\nAndroid Component | Version\n------------------|--------\nAndroid SDK | 25.0.0\nAndroid SDK Platform | 23\nAndroid Build-Tools | 24.0.0\nAndroid Support Repository | r47 (23.4.0)\nAndroid Support Constraint Library | 1.0.2\nAndroid Gradle Plugin | 2.2.2\n\nPlease note that lint is not working at the moment! This is not my fault but a problem with debian's android packages.\n\n## Recommended Gradle Configuration\n\n### Buildscript\n\n```gradle\nbuildscript {\n  repositories {\n    mavenLocal()\n    jcenter()\n  }\n  dependencies {\n    // version 2.2.2 is in local maven repo -\u003e quicker builds\n    classpath 'com.android.tools.build:gradle:2.2.2'\n  }\n}\n```\n\n### Subproject\n\n```gradle\nrepositories {\n  mavenLocal()\n  jcenter()\n}\n\napply plugin: 'com.android.application'\n\nandroid {\n  // don't change those versions:\n  compileSdkVersion 23\n  buildToolsVersion \"24.0.0\"\n  \n  defaultConfig {\n    targetSdkVersion 23\n  }\n  \n  lintOptions {\n    abortOnError false\n  }\n}\n\ndependencies {\n  // don't change those versions:\n  compile 'com.android.support:appcompat-v7:23.4.0'\n  compile 'com.android.support:support-v4:23.4.0'\n  compile 'com.android.support:design:23.4.0'\n  compile 'com.android.support.constraint:constraint-layout:1.0.2'\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsrd0%2Fdocker-gradle-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsrd0%2Fdocker-gradle-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsrd0%2Fdocker-gradle-android/lists"}