Fix wear build

This commit is contained in:
Lucas Lima 2020-12-31 15:19:28 -03:00 committed by Lucas Nunes
parent 8791fa0415
commit 27ec68097f

View file

@ -49,7 +49,9 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':external')
implementation project(':common')
implementation project(':foss')
implementation project(':ui')
implementation project(':preferences')
implementation project(':core')
// Constraint
implementation 'androidx.appcompat:appcompat:1.2.0'