Fix wear build
This commit is contained in:
parent
8791fa0415
commit
27ec68097f
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue