Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
Chintan Acharya committed Aug 2, 2019
2 parents 17a4d99 + f4d1777 commit 5a37969
Show file tree
Hide file tree
Showing 23 changed files with 96 additions and 40 deletions.
16 changes: 10 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@ apply plugin: 'com.android.library'
repositories {
mavenCentral()
}
def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}

android {
compileSdkVersion 26
buildToolsVersion "26.0.3"
compileSdkVersion safeExtGet('compileSdkVersion', 28)


defaultConfig {
minSdkVersion 16
targetSdkVersion 26
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 28)
versionCode 1
versionName "1.0"
}
}

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.razorpay:checkout:1.5.5'
implementation 'com.razorpay:checkout:1.5.12'
}

Binary file modified ios/Razorpay.framework/Checkout.storyboardc/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/Razorpay.framework/EncryptedOtpelf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ios/Razorpay.framework/Hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f5a09eaca599ce1fd77fd29060724953
a2b4918de55f2baa79e6096e2529f5fe
116 changes: 84 additions & 32 deletions ios/Razorpay.framework/Headers/Razorpay-Swift.h

Large diffs are not rendered by default.

Binary file modified ios/Razorpay.framework/Info.plist
Binary file not shown.
Binary file modified ios/Razorpay.framework/Modules/Razorpay.swiftmodule/arm.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/Razorpay.framework/Razorpay
Binary file not shown.

0 comments on commit 5a37969

Please sign in to comment.