Skip to content

Commit

Permalink
Merge pull request #59 from razorpay/r/v1.4.8
Browse files Browse the repository at this point in the history
v1.4.8
  • Loading branch information
hariramsvnit authored Jun 11, 2018
2 parents 23988e0 + 57f03ed commit 80c381a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {

defaultConfig {
applicationId "com.razorpay.newsampleapp"
minSdkVersion 14
minSdkVersion 19
targetSdkVersion 25
}

Expand All @@ -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'
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down

0 comments on commit 80c381a

Please sign in to comment.