12 lines
140 B
Text
12 lines
140 B
Text
|
plugins {
|
||
|
id("signal-library")
|
||
|
}
|
||
|
|
||
|
android {
|
||
|
namespace = "org.signal.paging"
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":core-util"))
|
||
|
}
|