Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fixed mobile recharge
Browse files Browse the repository at this point in the history
  • Loading branch information
esalessandrxx committed Oct 16, 2023
2 parents 4fc10d6 + 4e3c8d8 commit 1d1a337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-livedata:2.6.2")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2")
implementation("androidx.lifecycle:lifecycle-viewmodel:2.6.2")
implementation("androidx.navigation:navigation-ui:2.7.3")
implementation("androidx.navigation:navigation-ui:2.7.4")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.navigation:navigation-fragment:2.7.3")
implementation("androidx.navigation:navigation-fragment:2.7.4")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.google.android.material:material:1.9.0")
implementation("com.google.android.material:material:1.10.0")
implementation("androidx.preference:preference:1.2.1")
implementation("com.github.bumptech.glide:glide:4.16.0")
implementation("com.github.androidmads:QRGenerator:1.0.1")
Expand Down

0 comments on commit 1d1a337

Please sign in to comment.