Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
27
feature/funding/googleplay/build.gradle.kts
Normal file
27
feature/funding/googleplay/build.gradle.kts
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.androidCompose)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "app.k9mail.feature.funding.googleplay"
|
||||
resourcePrefix = "funding_googleplay_"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.feature.funding.api)
|
||||
|
||||
implementation(projects.core.common)
|
||||
implementation(projects.core.outcome)
|
||||
implementation(projects.core.logging.api)
|
||||
implementation(projects.core.ui.compose.designsystem)
|
||||
|
||||
implementation(libs.android.billing)
|
||||
implementation(libs.android.billing.ktx)
|
||||
implementation(libs.android.material)
|
||||
|
||||
testImplementation(projects.core.testing)
|
||||
testImplementation(projects.core.ui.compose.testing)
|
||||
|
||||
testImplementation(libs.androidx.lifecycle.runtime.testing)
|
||||
testImplementation(libs.androidx.fragment.testing)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue