Add SDK git SHA to user agent (#2548)

This commit is contained in:
Jorge Martin Espinosa 2024-03-14 09:59:46 +01:00 committed by GitHub
parent 6c1f90ed77
commit 90304a268e
3 changed files with 6 additions and 3 deletions

View file

@ -37,6 +37,7 @@ dependencies {
implementation(libs.dagger)
implementation(projects.libraries.core)
implementation(projects.libraries.di)
implementation(projects.libraries.matrix.api)
implementation(platform(libs.network.okhttp.bom))
implementation(libs.network.okhttp)
implementation(libs.network.okhttp.logging)