MollyAppRemake/paging/lib/build.gradle.kts

12 lines
140 B
Plaintext
Raw Permalink Normal View History

2025-03-14 14:37:12 +05:00
plugins {
id("signal-library")
}
android {
namespace = "org.signal.paging"
}
dependencies {
implementation(project(":core-util"))
}