Signal-Android/spinner/lib/build.gradle

18 lines
358 B
Groovy
Raw Normal View History

2022-02-14 14:18:03 -05:00
plugins {
id 'signal-library'
2022-02-14 14:18:03 -05:00
}
android {
2023-02-11 15:35:01 -05:00
namespace 'org.signal.spinner'
2022-02-14 14:18:03 -05:00
}
dependencies {
implementation project(':core-util')
implementation libs.jknack.handlebars
implementation libs.nanohttpd.webserver
implementation libs.nanohttpd.websocket
implementation libs.androidx.sqlite
testImplementation testLibs.junit.junit
2022-02-14 14:18:03 -05:00
}