Skip to content

Commit

Permalink
- updated version number.
Browse files Browse the repository at this point in the history
- Add disclaimer message.
  • Loading branch information
sumedht committed Jul 15, 2019
1 parent fd18692 commit 8b59184
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

//Enabled for amazon pay
/*
implementation 'com.android.support:customtabs:26.1.0'
implementation(name: 'razorpay-amazonpay', ext: 'aar')
implementation(name: 'PayWithAmazon', ext: 'aar')*/
implementation (name: 'checkout-1.5.6', ext: 'aar')
implementation 'com.android.support:customtabs:28.0.0'
implementation(name: 'razorpay-amazonpay-debug', ext: 'aar')
implementation(name: 'PayWithAmazon', ext: 'aar')
implementation 'com.razorpay:checkout:1.5.8'
}
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="15"
android:versionName="2.5"
android:versionCode="16"
android:versionName="2.6"
>

<application
Expand Down
8 changes: 6 additions & 2 deletions app/src/main/res/layout/activity_payment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:paddingTop="5dp"
android:paddingTop="10dp"
android:paddingBottom="0dp"
android:textSize="12sp"
android:textStyle="italic"
android:text="This is a real transaction"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:textColor="@android:color/holo_red_dark"
android:gravity="center_horizontal"
android:text="Transaction is for testing purpose and your deducted amount will get refunded in 3-5 business days "
/>

<Button
Expand Down

0 comments on commit 8b59184

Please sign in to comment.