mirror of
https://github.com/mollyim/mollyim-android.git
synced 2025-05-12 21:30:39 +01:00
11 lines
142 B
Groovy
11 lines
142 B
Groovy
plugins {
|
|
id 'signal-library'
|
|
}
|
|
|
|
android {
|
|
namespace 'org.signal.paging'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':core-util')
|
|
}
|