MollyAppRemake/contacts/lib/build.gradle

11 lines
143 B
Groovy
Raw Normal View History

2025-03-14 14:37:12 +05:00
plugins {
id 'signal-library'
}
android {
namespace 'org.signal.contacts'
}
dependencies {
implementation project(':core-util')
}