MollyAppRemake/billing/build.gradle.kts

15 lines
218 B
Plaintext
Raw Permalink Normal View History

2025-03-14 14:37:12 +05:00
plugins {
id("signal-library")
}
android {
namespace = "org.signal.billing"
}
dependencies {
lintChecks(project(":lintchecks"))
implementation(libs.android.billing)
implementation(project(":core-util"))
}