Commit 53283a78 authored by shohboz's avatar shohboz

[UPD] MUS-280 Feature, save card

parent ebf2e9ca
......@@ -66,12 +66,7 @@ dependencies {
// Firebase
implementation platform('com.google.firebase:firebase-bom:28.2.1')
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.5'
implementation 'com.google.firebase:firebase-analytics-ktx:20.0.0'
implementation 'com.google.firebase:firebase-messaging-ktx:23.0.0'
implementation 'com.google.firebase:firebase-core:20.0.0'
implementation 'com.google.firebase:firebase-core:20.0.1'
// Navigation
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
......@@ -85,7 +80,6 @@ dependencies {
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation("io.coil-kt:coil:1.4.0")
implementation 'com.airbnb.android:lottie:4.2.2'
debugImplementation "com.readystatesoftware.chuck:library:$chuck_version"
......@@ -94,7 +88,6 @@ dependencies {
// SquareUp
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
// implementation "com.squareup.retrofit2:adapter-rxjava3:$retrofit_version"
implementation "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
// Lifecycle ViewModel LiveData
......@@ -106,19 +99,10 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-reactivestreams-ktx:$live_data_version"
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'com.nabinbhandari.android:permissions:3.8'
implementation 'com.intuit.sdp:sdp-android:1.0.6'
implementation "androidx.biometric:biometric:1.1.0"
implementation 'io.github.chaosleung:pinview:1.4.4'
implementation 'com.github.pinball83:masked-edittext:1.0.4'
implementation "com.github.iwgang:countdownview:2.1.6"
implementation 'com.poovam:pin-edittext-field:1.2.3'
implementation 'co.infinum:goldfinger:2.0.1'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'io.github.everythingme:overscroll-decor-android:1.1.1'
......@@ -137,7 +121,6 @@ dependencies {
kapt("com.github.stephanenicolas.toothpick:toothpick-compiler:3.1.0")
implementation "ru.tinkoff.scrollingpagerindicator:scrollingpagerindicator:1.2.0"
implementation "androidx.viewpager2:viewpager2:1.0.0"
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
implementation 'androidx.room:room-rxjava2:2.3.0'
......@@ -256,7 +239,6 @@ dependencies {
implementation 'com.vicmikhailau:MaskedEditText:3.0.4'
// ### View Support ###
implementation 'com.intuit.sdp:sdp-android:1.0.6'
// implementation files('libs/core-3.4.1.jar')
// ### Debug ###
implementation 'com.github.bobekos:SimpleBarcodeScanner:1.0.23'
......@@ -307,7 +289,7 @@ dependencies {
implementation 'me.shaohui.advancedluban:library:1.3.5'
//svg loader
implementation("io.coil-kt:coil:0.11.0")
implementation("io.coil-kt:coil:1.4.0")
implementation("io.coil-kt:coil-svg:0.11.0")
// ### Test ###
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment