TP-30753 | RazorPay SDK Update to fix ConcurrentModificationException… (#6691)
* TP-30753 | RazorPay SDK Update to fix ConcurrentModificationException crash * TP-30753 | RazorPay SDK Update to fix ConcurrentModificationException * TP-30753 | RazorPay SDK Update to fix ConcurrentModificationException
This commit is contained in:
committed by
GitHub Enterprise
parent
5b4e263a4e
commit
8dcf224d85
@@ -23,6 +23,7 @@ ext {android_junit_version = '1.1.4'
|
||||
test_rules_version = '1.4.0'
|
||||
hyperion_version = '0.9.34'
|
||||
hyperion_menu_version = '0.5.0'
|
||||
razor_pay_version = '1.6.31'
|
||||
|
||||
androidX = [
|
||||
workKtx : "android.arch.work:work-runtime-ktx:1.0.1",
|
||||
|
||||
@@ -44,7 +44,7 @@ dependencies {
|
||||
|
||||
|
||||
// Razorpay
|
||||
api 'com.razorpay:checkout:1.6.29'
|
||||
api "com.razorpay:checkout:$razor_pay_version"
|
||||
|
||||
// CashFree
|
||||
api 'com.cashfree.pg:api:2.0.6'
|
||||
@@ -68,4 +68,4 @@ dependencies {
|
||||
kapt hiltLibs.kapt
|
||||
|
||||
implementation project(":navi-base")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user