Skip to content

Commit

Permalink
- Updated to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedht committed Dec 3, 2018
1 parent 8d62f12 commit 79b771a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.razorpay:checkout:1.5.0'
implementation 'com.razorpay:checkout:1.5.1'
}
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.razorpay.sampleapp"
android:versionCode="10"
android:versionName="2.0"
android:versionCode="11"
android:versionName="2.1"
>

<application
Expand Down

0 comments on commit 79b771a

Please sign in to comment.