gradle: Include setupcompat and setupdesign
Change-Id: I08711d0ae6efa0ad4423c8a3b8f3fdd34d7c5617
This commit is contained in:
parent
42162f6c4c
commit
aa436a18d3
2 changed files with 9 additions and 1 deletions
|
|
@ -108,6 +108,9 @@ dependencies {
|
||||||
|
|
||||||
implementation rootProject.ext.storage_libs.com_google_crypto_tink_android
|
implementation rootProject.ext.storage_libs.com_google_crypto_tink_android
|
||||||
|
|
||||||
|
implementation project(path: ':setupcompat')
|
||||||
|
implementation project(path: ':setupdesign')
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Storage Dependencies
|
* Storage Dependencies
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
include ':app'
|
include ':app'
|
||||||
include ':contactsbackup'
|
include ':contactsbackup'
|
||||||
include ':storage:lib'
|
include ':storage:lib'
|
||||||
include ':storage:demo'
|
include ':storage:demo'
|
||||||
|
|
||||||
|
include ':setupcompat'
|
||||||
|
project(':setupcompat').projectDir = new File('setupcompat')
|
||||||
|
include ':setupdesign'
|
||||||
|
project(':setupdesign').projectDir = new File('setupdesign')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue