File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ android {
137
137
applicationId " com.bitpay.wallet"
138
138
minSdkVersion rootProject. ext. minSdkVersion
139
139
targetSdkVersion rootProject. ext. targetSdkVersion
140
- versionCode 91212036
141
- versionName " 14.6.2 "
140
+ versionCode 91212038
141
+ versionName " 14.6.3 "
142
142
missingDimensionStrategy ' react-native-camera' , ' mlkit'
143
143
}
144
144
splits {
Original file line number Diff line number Diff line change 22
22
<key >CFBundlePackageType </key >
23
23
<string >APPL </string >
24
24
<key >CFBundleShortVersionString </key >
25
- <string >14.6.2 </string >
25
+ <string >14.6.3 </string >
26
26
<key >CFBundleSignature </key >
27
27
<string >???? </string >
28
28
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >14.6.2 </string >
18
+ <string >14.6.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitpay" ,
3
- "version" : " 14.6.2 " ,
3
+ "version" : " 14.6.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments