TM-SGNL-Android/paging/lib/build.gradle.kts
TELEMESSAGE\Shilo 1c47e8ba52 new baseline - 1
2024-01-23 11:32:42 +02:00

11 lines
140 B
Kotlin

plugins {
id("signal-library")
}
android {
namespace = "org.signal.paging"
}
dependencies {
implementation(project(":core-util"))
}