From 910fccbf60bf608c7d114170447c1e83d34e376e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:30:38 +0000 Subject: [PATCH] Bump com.razorpay:checkout from 1.6.20 to 1.6.35 Bumps [com.razorpay:checkout](https://github.com/razorpay/razorpay-android-sample-app) from 1.6.20 to 1.6.35. - [Release notes](https://github.com/razorpay/razorpay-android-sample-app/releases) - [Commits](https://github.com/razorpay/razorpay-android-sample-app/commits) --- updated-dependencies: - dependency-name: com.razorpay:checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a6a0fc0..055abb0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') //For Razorpay checkout SDK - implementation 'com.razorpay:checkout:1.6.20' + implementation 'com.razorpay:checkout:1.6.35' implementation "androidx.core:core-ktx:1.7.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.4.1'