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' applicationId 'fr.amicaleinsat.application'
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 47 versionCode 48
versionName "5.0.0-1" versionName "5.0.0-2"
missingDimensionStrategy 'react-native-camera', 'general' missingDimensionStrategy 'react-native-camera', 'general'
} }
splits { splits {

View file

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

4
package-lock.json generated
View file

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

View file

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