Skip to content

Commit 055d270

Browse files
Android v2.1.22 & ios 2.0.19 version nc (#69)
1 parent 03b5089 commit 055d270

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
6767
implementation 'androidx.gridlayout:gridlayout:1.0.0'
6868

69-
implementation 'com.cashfree.pg:api:2.1.21'
69+
implementation 'com.cashfree.pg:api:2.1.22'
7070

7171
implementation "com.facebook.react:react-native:+" // From node_modules
7272
}

example/ios/.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/ios/CashfreePgApiExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@
570570
ENABLE_STRICT_OBJC_MSGSEND = YES;
571571
ENABLE_TESTABILITY = YES;
572572
ENABLE_USER_SCRIPT_SANDBOXING = YES;
573+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
573574
GCC_C_LANGUAGE_STANDARD = gnu99;
574575
GCC_DYNAMIC_NO_PIC = NO;
575576
GCC_NO_COMMON_BLOCKS = YES;
@@ -643,6 +644,7 @@
643644
ENABLE_NS_ASSERTIONS = NO;
644645
ENABLE_STRICT_OBJC_MSGSEND = YES;
645646
ENABLE_USER_SCRIPT_SANDBOXING = YES;
647+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
646648
GCC_C_LANGUAGE_STANDARD = gnu99;
647649
GCC_NO_COMMON_BLOCKS = YES;
648650
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@react-native-community/checkbox": "^0.5.16",
1414
"react": "18.2.0",
1515
"react-native": "0.72.4",
16-
"react-native-cashfree-pg-sdk": "^2.1.16-dev.1"
16+
"react-native-cashfree-pg-sdk": "^2.1.17-dev.2"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.20.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-cashfree-pg-sdk",
3-
"version": "2.1.16",
3+
"version": "2.1.17",
44
"description": "Cashfree PG Plugin for React Native",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

react-native-cashfree-pg-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm,swift}"
1717

1818
s.dependency "React-Core"
19-
s.dependency "CashfreePG", "~> 2.0.9"
19+
s.dependency "CashfreePG", "2.0.19"
2020
end

0 commit comments

Comments
 (0)