mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
17 lines
314 B
Groovy
17 lines
314 B
Groovy
plugins {
|
|
id 'signal-library'
|
|
}
|
|
|
|
android {
|
|
namespace 'org.signal.spinner'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':core-util')
|
|
|
|
implementation libs.jknack.handlebars
|
|
implementation libs.nanohttpd.webserver
|
|
implementation libs.androidx.sqlite
|
|
|
|
testImplementation testLibs.junit.junit
|
|
} |