mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-21 03:28:47 +00:00
12 lines
142 B
Groovy
12 lines
142 B
Groovy
plugins {
|
|
id 'signal-library'
|
|
}
|
|
|
|
android {
|
|
namespace 'org.signal.paging'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':core-util')
|
|
}
|