Upgrade to 5.0.0-0

This commit is contained in:
Arnaud Vergnet 2021-05-22 19:25:37 +02:00
parent b15b200846
commit 44aa52b3aa
4 changed files with 14 additions and 14 deletions

View file

@ -150,8 +150,8 @@ android {
applicationId 'fr.amicaleinsat.application'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 45
versionName "4.1.0"
versionCode 46
versionName "5.0.0-0"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -30,25 +30,25 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>FacebookAdvertiserIDCollectionEnabled</key>
<false/>
<false />
<key>FacebookAutoInitEnabled</key>
<false/>
<false />
<key>FacebookAutoLogAppEventsEnabled</key>
<false/>
<false />
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<true />
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
</dict>
</dict>
@ -65,7 +65,7 @@
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<true />
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
@ -74,6 +74,6 @@
<key>UIUserInterfaceStyle</key>
<string>Automatic</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
</dict>
</plist>

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "campus",
"version": "4.1.0",
"version": "5.0.0-0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "campus",
"version": "4.1.0",
"version": "5.0.0-0",
"private": true,
"scripts": {
"android": "react-native run-android",