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