mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 11:36:57 +00:00
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
plugins {
|
|
alias(libs.plugins.mifospay.android.feature)
|
|
alias(libs.plugins.mifospay.android.library.compose)
|
|
}
|
|
|
|
android {
|
|
namespace = "org.mifospay.kyc"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.core.data)
|
|
implementation(libs.compose.material)
|
|
implementation(libs.sheets.compose.dialogs.core)
|
|
implementation(libs.sheets.compose.dialogs.calender)
|
|
implementation(libs.compose.country.code.picker)
|
|
// TODO:: this should be removed
|
|
implementation(libs.squareup.okhttp)
|
|
} |