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