mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
18 lines
352 B
Text
18 lines
352 B
Text
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.spinner"
|
|
}
|
|
|
|
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)
|
|
}
|