2022-03-24 12:47:27 -04:00
|
|
|
plugins {
|
2023-02-13 17:03:08 -05:00
|
|
|
id 'signal-sample-app'
|
2022-03-24 12:47:27 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2023-02-11 15:35:01 -05:00
|
|
|
namespace 'org.signal.contactstest'
|
|
|
|
|
2022-03-24 12:47:27 -04:00
|
|
|
defaultConfig {
|
|
|
|
applicationId "org.signal.contactstest"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':contacts')
|
|
|
|
}
|