{"id":19240163,"url":"https://github.com/gleapsdk/android-sdk","last_synced_at":"2025-10-18T10:34:21.179Z","repository":{"id":65623946,"uuid":"410499709","full_name":"GleapSDK/Android-SDK","owner":"GleapSDK","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-16T09:52:58.000Z","size":16460,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-17T12:08:14.072Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GleapSDK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-26T08:51:56.000Z","updated_at":"2025-10-16T09:49:19.000Z","dependencies_parsed_at":"2023-09-22T08:39:28.460Z","dependency_job_id":"c8a2a7d4-481e-49b6-90cb-a0229a6eb4b1","html_url":"https://github.com/GleapSDK/Android-SDK","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/GleapSDK/Android-SDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GleapSDK%2FAndroid-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GleapSDK%2FAndroid-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GleapSDK%2FAndroid-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GleapSDK%2FAndroid-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GleapSDK","download_url":"https://codeload.github.com/GleapSDK/Android-SDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GleapSDK%2FAndroid-SDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279513604,"owners_count":26183184,"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","status":"online","status_checked_at":"2025-10-18T02:00:06.492Z","response_time":62,"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-09T17:06:13.470Z","updated_at":"2025-10-18T10:34:21.134Z","avatar_url":"https://github.com/GleapSDK.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gleap Android SDK\n\n![Gleap Android SDK Intro](https://raw.githubusercontent.com/GleapSDK/Gleap-iOS-SDK/main/Resources/GleapHeaderImage.png)\n\nThe Gleap SDK for Android is the easiest way to integrate Gleap into your apps!\n\nYou have two ways to set up the Gleap SDK for Android. The easiest way ist to use the maven repository to add Gleap SDK to your project.  (it's super easy to get started \u0026 worth using 😍)\n\n## Docs \u0026 Examples\n\nCheckout our [documentation](https://docs.gleap.io/android/) for full reference.\n\n## Installation with Maven\n\nOpen your project in your favorite IDE. (e.g. Android Studio). Open the **build.gradle** of your project.\n\n**Scroll down to the dependencies**\n\n```\ndependencies {\n...\n}\n```\n\n**Add the Gleap SDK to your dependencies**\n\n```\ndependencies {\n...\n\nimplementation group: 'io.gleap', name: 'android-sdk', version: '7.0.35'\n\n\n```\n\nSync the gradle file to start the download of the library.\n\nThe Gleap SDK is almost installed successfully.\nLet's carry on with the initialization 🎉\n\nOpen your MainApplication\n\n\n**Import the Gleap SDK**\n\nImport the Gleap SDK by adding the following import below your other imports.\n\n```\nimport io.gleap.Gleap;\n```\n\n**Initialize the SDK**\n\nThe last step is to initialize the Gleap SDK by adding the following Code to the ```onCreate``` method:\n\n```\nGleap.initialize(\"YOUR_API_KEY\", this);\n```\n\n(Your API key can be found in the project settings within Gleap)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgleapsdk%2Fandroid-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgleapsdk%2Fandroid-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgleapsdk%2Fandroid-sdk/lists"}