Browse Source

Upgrade to 5.0.0-3

Arnaud Vergnet 2 years ago
parent
commit
9efd40e48c
4 changed files with 6 additions and 6 deletions
  1. 2
    2
      android/app/build.gradle
  2. 1
    1
      ios/Campus/Info.plist
  3. 2
    2
      package-lock.json
  4. 1
    1
      package.json

+ 2
- 2
android/app/build.gradle View File

@@ -145,8 +145,8 @@ android {
145 145
         applicationId 'fr.amicaleinsat.application'
146 146
         minSdkVersion rootProject.ext.minSdkVersion
147 147
         targetSdkVersion rootProject.ext.targetSdkVersion
148
-        versionCode 48
149
-        versionName "5.0.0-2"
148
+        versionCode 49
149
+        versionName "5.0.0-3"
150 150
         missingDimensionStrategy 'react-native-camera', 'general'
151 151
     }
152 152
     splits {

+ 1
- 1
ios/Campus/Info.plist View File

@@ -30,7 +30,7 @@
30 30
 		</dict>
31 31
 	</array>
32 32
 	<key>CFBundleVersion</key>
33
-	<string>3</string>
33
+	<string>4</string>
34 34
 	<key>FacebookAdvertiserIDCollectionEnabled</key>
35 35
 	<false />
36 36
 	<key>FacebookAutoInitEnabled</key>

+ 2
- 2
package-lock.json View File

@@ -1,12 +1,12 @@
1 1
 {
2 2
   "name": "campus",
3
-  "version": "5.0.0-2",
3
+  "version": "5.0.0-3",
4 4
   "lockfileVersion": 2,
5 5
   "requires": true,
6 6
   "packages": {
7 7
     "": {
8 8
       "name": "campus",
9
-      "version": "5.0.0-2",
9
+      "version": "5.0.0-3",
10 10
       "dependencies": {
11 11
         "@nartc/react-native-barcode-mask": "1.2.0",
12 12
         "@react-native-async-storage/async-storage": "1.15.7",

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save