File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed
Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ android {
121121 applicationId ' fr.amicaleinsat.application'
122122 minSdkVersion rootProject. ext. minSdkVersion
123123 targetSdkVersion rootProject. ext. targetSdkVersion
124- versionCode 94
125- versionName " 6.1.0 "
124+ versionCode 95
125+ versionName " 6.1.1 "
126126 missingDimensionStrategy ' react-native-camera' , ' general'
127127 }
128128 splits {
Original file line number Diff line number Diff line change 33<plist version =" 1.0" >
44<dict >
55 <key >CADisableMinimumFrameDurationOnPhone </key >
6- <true />
6+ <true />
77 <key >CFBundleDevelopmentRegion </key >
88 <string >en </string >
99 <key >CFBundleDisplayName </key >
1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >6.1.0 </string >
22+ <string >6.1.1 </string >
2323 <key >CFBundleSignature </key >
2424 <string >???? </string >
2525 <key >CFBundleURLTypes </key >
3232 </dict >
3333 </array >
3434 <key >CFBundleVersion </key >
35- <string >49 </string >
35+ <string >50 </string >
3636 <key >FacebookAdvertiserIDCollectionEnabled </key >
37- <false />
37+ <false />
3838 <key >FacebookAutoInitEnabled </key >
39- <false />
39+ <false />
4040 <key >FacebookAutoLogAppEventsEnabled </key >
41- <false />
41+ <false />
4242 <key >ITSAppUsesNonExemptEncryption </key >
43- <false />
43+ <false />
4444 <key >LSRequiresIPhoneOS </key >
45- <true />
45+ <true />
4646 <key >NSAppTransportSecurity </key >
4747 <dict >
4848 <key >NSAllowsArbitraryLoads </key >
49- <false />
49+ <false />
5050 <key >NSAllowsLocalNetworking </key >
51- <true />
51+ <true />
5252 </dict >
5353 <key >UIAppFonts </key >
5454 <array >
6161 <string >arm64 </string >
6262 </array >
6363 <key >UIRequiresFullScreen </key >
64- <true />
64+ <true />
6565 <key >UISupportedInterfaceOrientations </key >
6666 <array >
6767 <string >UIInterfaceOrientationPortrait </string >
7676 <key >UIUserInterfaceStyle </key >
7777 <string >Automatic </string >
7878 <key >UIViewControllerBasedStatusBarAppearance </key >
79- <false />
79+ <false />
8080</dict >
8181</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " campus" ,
3- "version" : " 6.1.0 " ,
3+ "version" : " 6.1.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments