{"id":25254517,"url":"https://github.com/kaleyravideo/androiddependenciescatalog","last_synced_at":"2025-04-05T23:14:34.743Z","repository":{"id":222334296,"uuid":"724628745","full_name":"KaleyraVideo/AndroidDependenciesCatalog","owner":"KaleyraVideo","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-22T11:01:14.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-22T11:58:31.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/KaleyraVideo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-11-28T13:24:20.000Z","updated_at":"2024-04-24T12:46:39.406Z","dependencies_parsed_at":"2024-03-07T13:28:36.429Z","dependency_job_id":"6ceb1090-5e1f-4885-aacf-92706765fb02","html_url":"https://github.com/KaleyraVideo/AndroidDependenciesCatalog","commit_stats":null,"previous_names":["kaleyravideo/androiddependenciescatalog"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaleyraVideo%2FAndroidDependenciesCatalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaleyraVideo%2FAndroidDependenciesCatalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaleyraVideo%2FAndroidDependenciesCatalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaleyraVideo%2FAndroidDependenciesCatalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaleyraVideo","download_url":"https://codeload.github.com/KaleyraVideo/AndroidDependenciesCatalog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411238,"owners_count":20934654,"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":"2025-02-12T05:32:24.371Z","updated_at":"2025-04-05T23:14:34.718Z","avatar_url":"https://github.com/KaleyraVideo.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Kaleyra Android Catalogs\n\n\nThis project builds and releases the following catalogs:\n\n- com.kaleyra.kaleyra-libs-version-catalog\n- com.kaleyra.video-app-version-catalog\n- com.kaleyra.video-sdk-version-catalog\n\nIn addition the following boms are built and released as well:\n\n- com.bandyer.bandyer-android-sdk-bom\n- com.kaleyra.video-sdk-bom\n\n\nTo update a catalog/bom version update its variable name constant in the buildSrc/src/main/kotlin/Consts.kt file.\n\n### Build\n\nPlease use `Embedded JDK - Jetbrains Runtime Version 17.0.6` as Gradle JDK in the project structure \u003e\u003e JDK picker.\n\n### Add a dependency to a catalog\n\nTo add a dependency to a catalog, select first the catalog in which will be added by opening one of the following kotlin file:\n\n- buildSrc/src/main/kotlin/dependencies/CommonDependencies.kt (for dependencies used by sample apps or by sdks and internal kaleyra/bandyer libs)\n\n- buildSrc/src/main/kotlin/dependencies/InternalDependencies.kt (for dependencies used only by sdks and internal kaleyra/bandyer libs)\n\n- buildSrc/src/main/kotlin/dependencies/KaleyraDependencies.kt (for kaleyra/bandyer libs only)\n\n- buildSrc/src/main/kotlin/dependencies/SampleAppDependencies.kt (for sample app only dependencies)\n\nThen add its version by instantiating a version declaration as follows in the versions section:\n\n```kotlin \nval androidxStartupRuntimeVersion = Version(\"androidxStartupRuntimeversion\", \"1.1.1\").apply { add(this) }\n```\n\nThen add the dependency into the libraries/plugins section as follows:\n\n```kotlin\n// this will add a library dependency linking the previous declared version androidxStartupRuntimeVersion\nadd(Library(\"androidxStartupRuntime\", \"androidx.startup\", \"startup-runtime\", androidxStartupRuntimeVersion))\n\n// this will add a plugin dependency linking previous declared version jetbrainsKotlinVersion\nadd(Plugin(\"dokka\", \"org.jetbrains.dokka\", jetbrainsKotlinVersion))\n\n```\n\n### Add a dependency to a bom\n\nTo add a dependency to a catalog, select first the bom in which will be added by opening one of the following kotlin file:\n\n- buildSrc/src/main/kotlin/bom/BandyerBom.kt (for the libs used by sdk v3 integration)\n\n- buildSrc/src/main/kotlin/bom/CommonBomDependencies.kt (for common kaleyra/bandyer libs used by collaboration suite and sdk v3.x such as extension usb camera and virtual background libs)\n\n- buildSrc/src/main/kotlin/bom/KaleyraBom.kt (for collaboration suite integrations)\n\nThen add the library dependency as per section catalog, keeping in mind that version this time are declared in the Consts.kt file.\n\n### Deploy\n\nChoose whether to release locally or on remote Kaleyra maven by using the `dryRun` varialble located in buildSrc/src/main/kotlin/Const.kt file.\n\nTo release catalogs and boms run the command:\n\n```\n./gradlew publishUpload \n```\n\nAll the catalogs and boms will be released locally or on kaleyra maven repo.\nIn addition the maven cache will be invalidated for all the released packages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaleyravideo%2Fandroiddependenciescatalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaleyravideo%2Fandroiddependenciescatalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaleyravideo%2Fandroiddependenciescatalog/lists"}