mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-05 01:10:48 +00:00
12 lines
140 B
Kotlin
12 lines
140 B
Kotlin
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.paging"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core-util"))
|
|
}
|