Skip to content

Commit

Permalink
[AND-248] Use support library for vector drawables in compose SDK. (#…
Browse files Browse the repository at this point in the history
…5558)

Co-authored-by: PetarVelikov <[email protected]>
  • Loading branch information
VelikovPetar and PetarVelikov authored Jan 23, 2025
1 parent 01c6162 commit 96f99f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stream-chat-android-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ apply(from = "$rootDir/scripts/detekt-compose.gradle")
android {
namespace = "io.getstream.chat.android.compose"
defaultConfig {
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}
Expand Down

0 comments on commit 96f99f8

Please sign in to comment.