mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 09:18:39 +01:00
Add sms export library and sample app.
This commit is contained in:
committed by
Cody Henthorne
parent
6120f90dcb
commit
5212b33b47
@@ -12,6 +12,8 @@ include ':device-transfer'
|
||||
include ':device-transfer-app'
|
||||
include ':image-editor'
|
||||
include ':image-editor-app'
|
||||
include ':sms-exporter'
|
||||
include ':sms-exporter-app'
|
||||
include ':donations'
|
||||
include ':donations-app'
|
||||
include ':spinner'
|
||||
@@ -33,6 +35,9 @@ project(':libsignal-service').projectDir = file('libsignal/service')
|
||||
project(':image-editor').projectDir = file('image-editor/lib')
|
||||
project(':image-editor-app').projectDir = file('image-editor/app')
|
||||
|
||||
project(':sms-exporter').projectDir = file('sms-exporter/lib')
|
||||
project(':sms-exporter-app').projectDir = file('sms-exporter/app')
|
||||
|
||||
project(':donations').projectDir = file('donations/lib')
|
||||
project(':donations-app').projectDir = file('donations/app')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user