Upgrade to 5.0.0-2

This commit is contained in:
Arnaud Vergnet 2021-09-10 17:43:03 +02:00
parent cb3af52483
commit 7c38ec0bdb
4 changed files with 6 additions and 6 deletions

View file

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

View file

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "campus",
"version": "5.0.0-1",
"version": "5.0.0-2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "campus",
"version": "5.0.0-1",
"version": "5.0.0-2",
"dependencies": {
"@nartc/react-native-barcode-mask": "1.2.0",
"@react-native-async-storage/async-storage": "1.15.7",

View file

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