{"id":19805763,"url":"https://github.com/remirobert/android-bitrise-example","last_synced_at":"2026-06-08T18:31:56.229Z","repository":{"id":72988811,"uuid":"114717074","full_name":"remirobert/Android-Bitrise-example","owner":"remirobert","description":"Example Android application using the Bitrise CI to UI tests, and make releasable build","archived":false,"fork":false,"pushed_at":"2017-12-19T05:45:09.000Z","size":127,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T17:54:22.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/remirobert.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-12-19T03:56:41.000Z","updated_at":"2025-02-23T23:10:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"35a6d147-46a1-4813-8d70-73c398fb58cb","html_url":"https://github.com/remirobert/Android-Bitrise-example","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"475cd51b5290bb20767526bb69330a73230212d3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remirobert/Android-Bitrise-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FAndroid-Bitrise-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FAndroid-Bitrise-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FAndroid-Bitrise-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FAndroid-Bitrise-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remirobert","download_url":"https://codeload.github.com/remirobert/Android-Bitrise-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FAndroid-Bitrise-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34075955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-12T09:05:11.439Z","updated_at":"2026-06-08T18:31:56.202Z","avatar_url":"https://github.com/remirobert.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android-Bitrise-example\nExample Android application using the Bitrise CI.\n\nUse the **[BETA] Virtual Device Testing for Android** workflow to run the UI tests.\n\n## Bitrise.yml\n\n```yml\n---\nformat_version: '4'\ndefault_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git\nproject_type: android\ntrigger_map:\n- push_branch: \"*\"\n  workflow: primary\n- pull_request_source_branch: \"*\"\n  workflow: primary\nworkflows:\n  deploy:\n    steps:\n    - activate-ssh-key@3.1.1:\n        run_if: '{{getenv \"SSH_RSA_PRIVATE_KEY\" | ne \"\"}}'\n    - git-clone@3.6.2: {}\n    - cache-pull@2.0.1: {}\n    - script@1.1.5:\n        title: Do anything with Script step\n    - install-missing-android-tools@2.0.6: {}\n    - gradle-runner@1.8.0:\n        inputs:\n        - gradle_file: \"$GRADLE_BUILD_FILE_PATH\"\n        - gradle_task: assembleRelease\n        - gradlew_path: \"$GRADLEW_PATH\"\n    - deploy-to-bitrise-io@1.3.9: {}\n    - cache-push@2.0.3: {}\n  primary:\n    steps:\n    - activate-ssh-key@3.1.1:\n        run_if: '{{getenv \"SSH_RSA_PRIVATE_KEY\" | ne \"\"}}'\n    - git-clone@3.6.2: {}\n    - install-missing-android-tools@2.0.6: {}\n    - gradle-runner@1.8.0:\n        inputs:\n        - gradle_file: \"$GRADLE_BUILD_FILE_PATH\"\n        - gradle_task: assembleDebug assembleDebugAndroidTest\n        - gradlew_path: \"$GRADLEW_PATH\"\n    - virtual-device-testing-for-android@0.9.9: {}\napp:\n  envs:\n  - opts:\n      is_expand: false\n    GRADLE_BUILD_FILE_PATH: build.gradle\n  - opts:\n      is_expand: false\n    GRADLEW_PATH: \"./gradlew\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Fandroid-bitrise-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremirobert%2Fandroid-bitrise-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Fandroid-bitrise-example/lists"}