From 57f03ed6524dc2daa47331ac689d593db52b7c15 Mon Sep 17 00:00:00 2001 From: Hari Ram Date: Mon, 11 Jun 2018 18:55:53 +0530 Subject: [PATCH] checkout sdk version updated to 1.4.8 --- app/build.gradle | 4 ++-- readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2cecc67..49e916e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { defaultConfig { applicationId "com.razorpay.newsampleapp" - minSdkVersion 14 + minSdkVersion 19 targetSdkVersion 25 } @@ -28,5 +28,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.razorpay:checkout:1.4.7' + compile 'com.razorpay:checkout:1.4.8' } diff --git a/readme.md b/readme.md index 395e04f..d31b732 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ This repository demonstrates how to integrate Razorpay's Android SDK. The apk built with code from this repository is published on the [Play Store](https://play.google.com/store/apps/details?id=com.razorpay.newsampleapp). -The documentation to our Android SDK is available [here](https://docs.razorpay.com/v1/page/android) +The documentation to our Android SDK is available [here](https://razorpay.com/docs/checkout/android/) ## Features @@ -19,7 +19,7 @@ Releases are available at [https://github.com/razorpay/razorpay-android-sample-a - Add this line to your app's `build.gradle` inside the `dependencies` section: ``` - compile('com.razorpay:checkout:1.4.7') + compile('com.razorpay:checkout:1.4.8') ``` - To hand over control to Razorpay's SDK for collecting payment, refer to [PaymentActivity.java](https://github.com/razorpay/razorpay-android-sample-app/blob/master/app/src/main/java/com/razorpay/sampleapp/PaymentActivity.java) - For the permissions required, refer [AndroidManifest.xml](https://github.com/razorpay/razorpay-android-sample-app/blob/master/app/src/main/AndroidManifest.xml)