Skip to content

Commit

Permalink
Merge pull request #57 from razorpay/assets_change
Browse files Browse the repository at this point in the history
Assets change
  • Loading branch information
AbhinavArora95 authored May 23, 2018
2 parents b7921d5 + 0fc31d2 commit 23988e0
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 7 deletions.
Binary file added app/RazorpaySampleApp.apk
Binary file not shown.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ android {
buildToolsVersion '25.0.3'

defaultConfig {
applicationId "com.razorpay.newsampleapp"
minSdkVersion 14
targetSdkVersion 25
}
Expand All @@ -19,13 +20,13 @@ android {
proguardFile 'proguard-project.txt'
}
release {
minifyEnabled true
minifyEnabled false
proguardFile 'proguard-project.txt'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile('com.razorpay:checkout:1.4.7')
compile 'com.razorpay:checkout:1.4.7'
}
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="8"
android:versionName="1.5"
android:versionCode="1"
android:versionName="1.0"
>

<!-- Add the RECEIVE_SMS permission to enable OTP reading -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void startPayment() {
options.put("name", "Razorpay Corp");
options.put("description", "Demoing Charges");
//You can omit the image option to fetch the image from dashboard
options.put("image", "https://rzp-mobile.s3.amazonaws.com/images/rzp.png");
options.put("image", "https://s3.amazonaws.com/rzp-mobile/images/rzp.png");
options.put("currency", "INR");
options.put("amount", "100");

Expand Down
Binary file modified app/src/main/res/drawable-hdpi/rzp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-mdpi/rzp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xhdpi/rzp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxhdpi/rzp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxxhdpi/rzp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_payment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_centerHorizontal="true"
android:padding="15dp"
android:background="@drawable/white_border_black_bg"
android:background="#FFFFFF"
android:src="@drawable/rzp"
/>

Expand Down
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23988e0

Please sign in to comment.