Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-10 16:42:11 +02:00
parent b168f321b8
commit 8c58005fed
5 changed files with 9 additions and 9 deletions

View file

@ -33,7 +33,7 @@ dependencies {
/** Other libraries */
implementation(deps.arrow.core)
implementation(deps.googlePlay.core)
implementation(deps.googlePlay.review)
implementation(deps.jodatime)
implementation(deps.kotlin.immutable.collections)
implementation(deps.reKotlin)

View file

@ -3,10 +3,10 @@ package com.tangem.feature.wallet.presentation.wallet.ui.utils
import android.app.Activity
import android.content.Context
import android.content.ContextWrapper
import com.google.android.gms.tasks.Task
import com.google.android.play.core.review.ReviewInfo
import com.google.android.play.core.review.ReviewManager
import com.google.android.play.core.review.ReviewManagerFactory
import com.google.android.play.core.tasks.Task
import timber.log.Timber
internal object ReviewManagerRequester {