mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
15 lines
241 B
Groovy
15 lines
241 B
Groovy
plugins {
|
|
id("signal-sample-app")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.smsexporter.app"
|
|
|
|
defaultConfig {
|
|
applicationId = "org.signal.smsexporter.app"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":sms-exporter"))
|
|
}
|