Skip to content

Commit 0dea3f8

Browse files
authored
Changed flexbox dependency to api
1 parent 93dd69e commit 0dea3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatkit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ dependencies {
3939

4040
implementation 'androidx.appcompat:appcompat:1.1.0'
4141
implementation 'com.google.android.material:material:1.0.0'
42-
implementation "com.google.android:flexbox:$flexboxVersion"
42+
api "com.google.android:flexbox:$flexboxVersion"
4343
}

0 commit comments

Comments
 (0)