Upgrade to 5.0.0-1

這個提交存在於:
Arnaud Vergnet 2021-05-23 16:15:44 +02:00
父節點 bdffd01df4
當前提交 0be3a53747
共有 4 個檔案被更改,包括 5 行新增5 行删除

查看文件

@ -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 自動產生的
查看文件

@ -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",