{"id":26211422,"url":"https://github.com/bucketeer-io/android-client-sdk","last_synced_at":"2025-04-15T15:22:14.052Z","repository":{"id":49389923,"uuid":"517624444","full_name":"bucketeer-io/android-client-sdk","owner":"bucketeer-io","description":"Bucketeer Client-side SDK for Android","archived":false,"fork":false,"pushed_at":"2025-04-08T11:11:01.000Z","size":734,"stargazers_count":5,"open_issues_count":11,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T12:24:55.015Z","etag":null,"topics":["ab-testing","android","feature-flags","kotlin","sdk","trunk-based-development"],"latest_commit_sha":null,"homepage":"https://docs.bucketeer.io/sdk/client-side/android","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/bucketeer-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2022-07-25T10:46:13.000Z","updated_at":"2025-04-04T04:16:40.000Z","dependencies_parsed_at":"2023-10-17T01:20:13.026Z","dependency_job_id":"5b41fc6d-ccd1-489c-b958-8ddce3e3083f","html_url":"https://github.com/bucketeer-io/android-client-sdk","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucketeer-io%2Fandroid-client-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucketeer-io%2Fandroid-client-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucketeer-io%2Fandroid-client-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucketeer-io%2Fandroid-client-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bucketeer-io","download_url":"https://codeload.github.com/bucketeer-io/android-client-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249095188,"owners_count":21211878,"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":["ab-testing","android","feature-flags","kotlin","sdk","trunk-based-development"],"created_at":"2025-03-12T08:27:59.948Z","updated_at":"2025-04-15T15:22:14.032Z","avatar_url":"https://github.com/bucketeer-io.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build \u0026 Integration tests](https://github.com/bucketeer-io/android-client-sdk/actions/workflows/build.yml/badge.svg)](https://github.com/bucketeer-io/android-client-sdk/actions/workflows/build.yml)\n\n# Bucketeer Client-side SDK for Android\n\n## Setup\n\nInstall prerequisite tools.\n\n- Android Studio Chipmunk or later\n- Java 11\n\nThen, you need to create `local.properties`.\n\n```\n# build\nsdk.dir=\u003cSDK_DIR_PATH\u003e # e.g. /Users/\u003cUSER_NAME\u003e/Library/Android/sdk\n\n# test\napi_key=\u003cAPI_KEY\u003e\napi_endpoint=\u003cAPI_ENDPOINT\u003e # e.g. api.example.jp\n\n# sample\nsample.use_released_sdk=false\nsample.sdk_version=\u003cSDK_VERSION\u003e\n```\n\n## Development\n\n### Development with Android Studio\n\nOpen Android Studio and import `android-client-sdk`.\n\n### Development with command line\n\n#### project :bucketeer (SDK)\n\nDisplays the tasks runnable from project ':bucketeer'.\n\n```\n./gradlew :bucketeer:tasks\n```\n\nRuns lint on the Debug build.\n\n```\n./gradlew :bucketeer:lintDebug\n```\n\nRun unit tests for the debug build.\n\n```\n./gradlew :bucketeer:testDebugUnitTest\n```\n\nDeletes the build directory and assembles all Release builds. (Create `./bucketeer/build/outputs/aar/bucketeer-release.aar`)\n\n```\n./gradlew clean :bucketeer:assembleRelease\n```\n\nInstalls and runs the e2e tests for debug on connected devices. Open Android Emulator, then run the command below.\n\n```\n./gradlew :bucketeer:connectedCheck\n```\n\n#### project :sample (Sample)\n\nDisplays the tasks runnable from project ':sample'.\n\n```\n./gradlew :sample:tasks\n```\n\nDeletes the build directory and assembles all Release builds. (Create `./sample/build/outputs/apk/sample-release.apk`)\n\n```\n./gradlew clean :sample:assembleRelease\n```\n\n### Tips\n\n#### Use published SDK in Sample\n\nIf you want to use published SDK instead of local one, change `local.properties` like below,\n\n(check SDK versions [here](https://repo1.maven.org/maven2/jp/bucketeer/sdk-android/))\n\n```\n# sample\nsample.use_released_sdk=true\nsample.sdk_version=X.Y.Z\n```\n\nthen build and start the sample app.\n\n## Contributing\n\n[CONTRIBUTING.md](./CONTRIBUTING.md)\n\n## SDK User Docs\n\n- [Tutorial](https://docs.bucketeer.io/sdk/client-side/android)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucketeer-io%2Fandroid-client-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbucketeer-io%2Fandroid-client-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucketeer-io%2Fandroid-client-sdk/lists"}