Skip to content

Commit 9f48460

Browse files
authored
Add constraint layout dependency to mobile project (#8529)
1 parent e889070 commit 9f48460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/android/mobile/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ dependencies {
5656
implementation 'org.webrtc:google-webrtc:1.0.27306'
5757
implementation 'androidx.core:core-ktx:1.6.0'
5858
testImplementation 'junit:junit:4.12'
59+
implementation 'com.android.support.constraint:constraint-layout:2.0.4'
5960
implementation project(':adaptivecards')
6061
}

0 commit comments

Comments
 (0)