2023-02-13 17:03:08 -05:00
|
|
|
plugins {
|
|
|
|
id 'signal-library'
|
|
|
|
}
|
2022-08-08 09:22:48 -03:00
|
|
|
|
2023-02-11 15:35:01 -05:00
|
|
|
android {
|
|
|
|
namespace 'org.signal.smsexporter'
|
|
|
|
}
|
|
|
|
|
2022-08-08 09:22:48 -03:00
|
|
|
dependencies {
|
|
|
|
implementation project(':core-util')
|
|
|
|
|
|
|
|
implementation libs.androidx.core.role
|
|
|
|
implementation libs.android.smsmms
|
|
|
|
}
|