2021-10-01 09:56:23 -03:00
|
|
|
plugins {
|
2023-02-13 17:03:08 -05:00
|
|
|
id 'signal-sample-app'
|
2021-10-01 09:56:23 -03:00
|
|
|
id 'kotlin-kapt'
|
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2023-02-11 15:35:01 -05:00
|
|
|
namespace 'org.signal.donations.app'
|
|
|
|
|
2021-10-01 09:56:23 -03:00
|
|
|
defaultConfig {
|
|
|
|
applicationId "org.signal.donations.app"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':donations')
|
|
|
|
implementation project(':core-util')
|
|
|
|
}
|