{"id":19390229,"url":"https://github.com/connectycube/connectycube-android-sdk-releases","last_synced_at":"2026-07-12T03:30:17.060Z","repository":{"id":99062431,"uuid":"136442733","full_name":"ConnectyCube/connectycube-android-sdk-releases","owner":"ConnectyCube","description":"Releases packages for ConnectyCube Android SDK platform","archived":false,"fork":false,"pushed_at":"2025-01-22T11:24:59.000Z","size":38702,"stargazers_count":8,"open_issues_count":4,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-22T12:27:43.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://connectycube.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ConnectyCube.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2018-06-07T07:58:24.000Z","updated_at":"2025-01-22T11:24:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"b595f111-cf54-473f-abf8-59aa61289293","html_url":"https://github.com/ConnectyCube/connectycube-android-sdk-releases","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectyCube%2Fconnectycube-android-sdk-releases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectyCube%2Fconnectycube-android-sdk-releases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectyCube%2Fconnectycube-android-sdk-releases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnectyCube%2Fconnectycube-android-sdk-releases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConnectyCube","download_url":"https://codeload.github.com/ConnectyCube/connectycube-android-sdk-releases/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240549430,"owners_count":19819137,"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":[],"created_at":"2024-11-10T10:19:37.017Z","updated_at":"2026-07-12T03:30:16.782Z","avatar_url":"https://github.com/ConnectyCube.png","language":null,"funding_links":["https://www.buymeacoffee.com/connectycube"],"categories":[],"sub_categories":[],"readme":"[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua)\n\n# ConnectyCube Android SDK Releases\n\nThis repository contains binary distributions of Android products released by ConnectyCube.\n\nIf you have any questions, comments, or issues related to any products distributed via this repository then please raise an issue here on GitHub repository or contact the team by emailing [support@connectycube.com](mailto:support@connectycube.com).\n\n## ConnectyCube SDK\n\nThis repository contains releases of the Android SDK for interacting with the ConnectyCube communications cloud.\n\nIt provides a simple interface to the messaging, video calling (WebRTC), push notifications, users management and cloud files storage capabilities provided by the platform. \n\n[Getting Started with ConnectyCube Android SDK](https://developers.connectycube.com/android/)\n\n## Installation\n\nThe ConnectyCube Android SDK can be installed directly into your application by importing sdk artifacts via Gradle.\n\nAdd the following code to your project's **build.gradle** file:\n\n```groovy\nallprojects {\n    repositories {\n        maven {\n            url \"https://github.com/ConnectyCube/connectycube-android-sdk-releases/raw/master/\"\n        }\n    }\n}\n\n```\n\nAnd the following code to your **module's** `build.gradle` file:\n\nFor **V2** :\n\n```groovy\ndef sdkVersion = '2.0.0'\n\ndependencies {\nimplementation \"com.connectycube.sdk:connectycube-android:$sdkVersion\"\n}\n\n```\n\nFor **V1** :\n\n```groovy\ndef sdkVersion = '1.9.2'\n\ndependencies {\n    //\n    implementation \"com.connectycube:connectycube-android-sdk-chat:$sdkVersion\" // all transitive modules will be included automatically\n    implementation \"com.connectycube:connectycube-android-sdk-videochat:$sdkVersion\"\n    implementation \"com.connectycube:connectycube-android-sdk-storage:$sdkVersion\"\n    implementation \"com.connectycube:connectycube-android-sdk-pushnotifications:$sdkVersion\"\n}\n```\n\n## Have an issue?\n\nGot troubles with integration? Create an issue at [Issues page](https://github.com/ConnectyCube/connectycube-android-sdk-releases/issues).\n\n**Want to support our team**:\u003cbr\u003e\n\u003ca href=\"https://www.buymeacoffee.com/connectycube\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-blue.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n# License \n\nConnectyCube SDK for Android is licensed under the ConnectyCube SDK License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnectycube%2Fconnectycube-android-sdk-releases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnectycube%2Fconnectycube-android-sdk-releases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnectycube%2Fconnectycube-android-sdk-releases/lists"}