Upgrade to 5.0.0-2
This commit is contained in:
parent
cb3af52483
commit
7c38ec0bdb
4 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "campus",
|
||||
"version": "5.0.0-1",
|
||||
"version": "5.0.0-2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android": "react-native run-android",
|
||||
|
|
Loading…
Reference in a new issue