Bug #1490: Fix gradle sync

This commit is contained in:
Avneet Singh 2024-01-24 17:14:19 +05:30 committed by Rajan Maurya
parent 2d06952d0b
commit 843fb11ec8

View File

@ -16,7 +16,7 @@ dependencyResolutionManagement {
maven("https://plugins.gradle.org/m2/")
}
}
rootProject.name = "Mobile-Wallet"
rootProject.name = "mobile-wallet"
include(":mifospay")
include(":core")