mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-21 19:48:29 +00:00
15 lines
218 B
Groovy
15 lines
218 B
Groovy
plugins {
|
|
id 'signal-sample-app'
|
|
}
|
|
|
|
android {
|
|
namespace 'org.signal.pagingtest'
|
|
|
|
defaultConfig {
|
|
applicationId "org.signal.pagingtest"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':paging')
|
|
} |