Skip to content

Commit 88a6ed0

Browse files
SUPERCILEXsamtstern
authored andcommitted
Fix phone auth UI bugs (#1114)
1 parent d3931c2 commit 88a6ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
dependencies {
3737
implementation "com.android.support:design:$supportLibraryVersion"
3838
implementation "com.android.support:customtabs:$supportLibraryVersion"
39-
implementation 'com.android.support.constraint:constraint-layout:1.1.0-beta4'
39+
implementation 'com.android.support.constraint:constraint-layout:1.1.0-beta3'
4040

4141
implementation "android.arch.lifecycle:extensions:$architectureVersion"
4242
annotationProcessor "android.arch.lifecycle:compiler:$architectureVersion"

0 commit comments

Comments
 (0)