mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
11 lines
143 B
Groovy
11 lines
143 B
Groovy
plugins {
|
|
id 'signal-library'
|
|
}
|
|
|
|
android {
|
|
namespace 'org.signal.contacts'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':core:util')
|
|
} |