Signal-Android/spinner/lib/build.gradle

17 wiersze
314 B
Groovy
Czysty Zwykły widok Historia

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