Skip to content

Commit

Permalink
Do not count the stream core dependency when counting sizes of the UI…
Browse files Browse the repository at this point in the history
… SDKs
  • Loading branch information
andremion committed Jan 10, 2025
1 parent d40d4b0 commit 62f69a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metrics/stream-video-android-metrics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ dependencies {

"stream-video-android-core-streamImplementation"(project(":stream-video-android-core"))

"stream-video-android-ui-xml-baselineImplementation"(project(":stream-video-android-core"))
"stream-video-android-ui-xml-streamImplementation"(project(":stream-video-android-ui-xml"))

"stream-video-android-ui-compose-baselineImplementation"(project(":stream-video-android-core"))
"stream-video-android-ui-compose-streamImplementation"(project(":stream-video-android-ui-compose"))
}

0 comments on commit 62f69a0

Please sign in to comment.