mirror of
https://github.com/micahflee/TM-SGNL-Android.git
synced 2025-06-04 14:33:50 +02:00
11 lines
140 B
Kotlin
11 lines
140 B
Kotlin
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.paging"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core-util"))
|
|
}
|