mirror of
https://github.com/micahflee/TM-SGNL-Android.git
synced 2025-06-04 14:33:50 +02:00
15 lines
211 B
Kotlin
15 lines
211 B
Kotlin
plugins {
|
|
id("signal-sample-app")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.pagingtest"
|
|
|
|
defaultConfig {
|
|
applicationId = "org.signal.pagingtest"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":paging"))
|
|
}
|