Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2656] - refactor: Recent transactions from XML to compose #2602

Merged
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ dependencies {

implementation("com.github.rahul-gill.mifos-ui-library:uihouse:alpha-2.1")

//swipe to pull refresh
implementation ("androidx.compose:compose-bom:2024.05.00")
akashmeruva9 marked this conversation as resolved.
Show resolved Hide resolved

// Jetpack Compose
api(libs.androidx.activity.compose)
api(libs.androidx.compose.material3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import org.mifos.mobile.ui.getThemeAttributeColor
import org.mifos.mobile.ui.help.HelpActivity
import org.mifos.mobile.ui.home.HomeOldFragment
import org.mifos.mobile.ui.login.LoginActivity
import org.mifos.mobile.ui.recent_transactions.RecentTransactionsFragment
import org.mifos.mobile.utils.Constants
import org.mifos.mobile.utils.TextDrawable
import org.mifos.mobile.utils.Toaster
Expand Down

This file was deleted.

Loading