mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
14 lines
236 B
Kotlin
14 lines
236 B
Kotlin
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.apng"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:util"))
|
|
testImplementation(testLibs.junit.junit)
|
|
testImplementation(testLibs.robolectric.robolectric)
|
|
}
|