Skip to content

Commit

Permalink
Change of app id
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavArora95 committed May 23, 2018
1 parent d5fc08e commit 0fc31d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified app/RazorpaySampleApp.apk
Binary file not shown.
1 change: 1 addition & 0 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 Down
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

0 comments on commit 0fc31d2

Please sign in to comment.