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,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>FacebookAdvertiserIDCollectionEnabled</key>
<false />
<key>FacebookAutoInitEnabled</key>

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",