forked from vergnet/application-amicale
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'
|
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 {
|
||||||
|
|
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue