mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 11:36:57 +00:00
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
plugins {
|
|
alias(libs.plugins.mifospay.android.feature)
|
|
alias(libs.plugins.mifospay.android.library.compose)
|
|
}
|
|
|
|
android {
|
|
namespace = "org.mifospay.feature.request.money"
|
|
buildFeatures {
|
|
buildConfig = true
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.core.data)
|
|
|
|
implementation(libs.zxing)
|
|
implementation(libs.coil.kt.compose)
|
|
} |