14 lines
218 B
Kotlin
14 lines
218 B
Kotlin
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.billing"
|
|
}
|
|
|
|
dependencies {
|
|
lintChecks(project(":lintchecks"))
|
|
|
|
implementation(libs.android.billing)
|
|
implementation(project(":core-util"))
|
|
}
|