Skip to content

Commit

Permalink
Release v2.0.15-build70
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Nov 6, 2023
1 parent a5cf1f4 commit 4230a71
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy 'react-native-camera', 'general'
versionCode 69
versionName "2.0.14"
versionCode 70
versionName "2.0.15"
}
splits {
abi {
Expand Down
16 changes: 8 additions & 8 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ PODS:
- React-Core
- react-native-get-random-values (1.9.0):
- React-Core
- react-native-netinfo (9.4.1):
- react-native-netinfo (9.5.0):
- React-Core
- react-native-randombytes (3.6.1):
- React-Core
Expand Down Expand Up @@ -367,9 +367,9 @@ PODS:
- RealmJS (10.24.0):
- GCDWebServer
- React
- RNCAsyncStorage (1.19.0):
- RNCAsyncStorage (1.19.4):
- React-Core
- RNCClipboard (1.11.2):
- RNCClipboard (1.12.1):
- React-Core
- RNCMaskedView (0.1.10):
- React
Expand All @@ -384,7 +384,7 @@ PODS:
- React-Core
- RNGestureHandler (1.10.3):
- React-Core
- RNKeychain (8.1.1):
- RNKeychain (8.1.2):
- React-Core
- RNPermissions (3.3.1):
- React-Core
Expand Down Expand Up @@ -689,7 +689,7 @@ SPEC CHECKSUMS:
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
react-native-document-picker: b95a0f0a22fd37d56cea697f84bc3893b2141d15
react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5
react-native-netinfo: 48c5f79a84fbc3ba1d28a8b0d04adeda72885fa8
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
react-native-receive-sharing-intent: 62ab28c50e6ae56d32b9e841d7452091312a0bc7
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
Expand All @@ -707,15 +707,15 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 18932e685b4893be88d1efc18f5f8ca1c9cd39d8
ReactCommon: 29bb6fad3242e30e9d049bc9d592736fa3da9e50
RealmJS: 2e45ca6ed4c3732be369219b41816e890ce51024
RNCAsyncStorage: 4b98ac3c64efa4e35c1197cb0c5ca5e9f5d4c666
RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc
RNCAsyncStorage: 3a8f7145d17cdd9f88e7b77666c94a09e4f759c8
RNCClipboard: d77213bfa269013bf4b857b7a9ca37ee062d8ef1
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNDeviceInfo: aad3c663b25752a52bf8fce93f2354001dd185aa
RNExitApp: c4e052df2568b43bec8a37c7cd61194d4cfee2c3
RNFileLogger: 9eaf7a6ea709eaaffe646cc485b98ae1dbf1e9f0
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333
RNKeychain: a65256b6ca6ba6976132cc4124b238a5b13b3d9c
RNPermissions: 34d678157c800b25b22a488e4d8babb57456e796
RNScreens: 21b73c94c9117e1110a79ee0ee80c93ccefed8ce
RNSecureRandom: 07efbdf2cd99efe13497433668e54acd7df49fef
Expand Down
8 changes: 4 additions & 4 deletions ios/eduWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
CODE_SIGN_ENTITLEMENTS = eduwallet/wallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 69;
CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = A35W4MM59Y;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -469,7 +469,7 @@
INFOPLIST_FILE = eduwallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.14;
MARKETING_VERSION = 2.0.15;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -496,12 +496,12 @@
CODE_SIGN_ENTITLEMENTS = eduwallet/wallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 69;
CURRENT_PROJECT_VERSION = 70;
DEVELOPMENT_TEAM = A35W4MM59Y;
INFOPLIST_FILE = eduwallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.14;
MARKETING_VERSION = 2.0.15;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 4230a71

Please sign in to comment.