Upgrade to 5.0.0-1

This commit is contained in:
Arnaud Vergnet 2021-05-23 16:15:44 +02:00
parent bdffd01df4
commit 0be3a53747
4 changed files with 5 additions and 5 deletions

View file

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

View file

@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>FacebookAdvertiserIDCollectionEnabled</key>
<false />
<key>FacebookAutoInitEnabled</key>

2
package-lock.json generated
View file

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

View file

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