mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Move system contact interactions into their own module.
This commit is contained in:
@@ -16,6 +16,8 @@ include ':donations'
|
||||
include ':donations-app'
|
||||
include ':spinner'
|
||||
include ':spinner-app'
|
||||
include ':contacts'
|
||||
include ':contacts-app'
|
||||
|
||||
project(':app').name = 'Signal-Android'
|
||||
project(':paging').projectDir = file('paging/lib')
|
||||
@@ -35,6 +37,9 @@ project(':donations-app').projectDir = file('donations/app')
|
||||
project(':spinner').projectDir = file('spinner/lib')
|
||||
project(':spinner-app').projectDir = file('spinner/app')
|
||||
|
||||
project(':contacts').projectDir = file('contacts/lib')
|
||||
project(':contacts-app').projectDir = file('contacts/app')
|
||||
|
||||
rootProject.name='Signal'
|
||||
|
||||
apply from: 'dependencies.gradle'
|
||||
|
||||
Reference in New Issue
Block a user