2022-02-14 14:18:03 -05:00
|
|
|
plugins {
|
2023-02-13 17:03:08 -05:00
|
|
|
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')
|
|
|
|
|
2023-02-13 17:03:08 -05:00
|
|
|
implementation libs.jknack.handlebars
|
2022-09-14 09:18:10 -03:00
|
|
|
implementation libs.nanohttpd.webserver
|
2023-09-25 09:24:42 -04:00
|
|
|
implementation libs.nanohttpd.websocket
|
2023-02-13 17:03:08 -05:00
|
|
|
implementation libs.androidx.sqlite
|
|
|
|
|
|
|
|
testImplementation testLibs.junit.junit
|
2022-02-14 14:18:03 -05:00
|
|
|
}
|