This repository was archived by the owner on May 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ android {
141
141
applicationId " com.saucelabs.mydemoapp.rn"
142
142
minSdkVersion rootProject. ext. minSdkVersion
143
143
targetSdkVersion rootProject. ext. targetSdkVersion
144
- versionCode 228
145
- versionName " 1.1 .0"
144
+ versionCode 230
145
+ versionName " 1.2 .0"
146
146
// For the QR-code scanner
147
147
missingDimensionStrategy ' react-native-camera' , ' general'
148
148
}
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.1 .0 </string >
20
+ <string >1.2 .0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
34
34
</dict >
35
35
</array >
36
36
<key >CFBundleVersion </key >
37
- <string >149 </string >
37
+ <string >150 </string >
38
38
<key >LSRequiresIPhoneOS </key >
39
39
<true />
40
40
<key >NSAppTransportSecurity </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 >1.1 .0 </string >
18
+ <string >1.2 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >149 </string >
22
+ <string >150 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " my-demo-app-rn" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android.clean" : " cd android && ./gradlew clean && cd .. " ,
You can’t perform that action at this time.
0 commit comments