Browse Source

Upgrade to 5.0.0-0

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

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

@@ -150,8 +150,8 @@ android {
150 150
         applicationId 'fr.amicaleinsat.application'
151 151
         minSdkVersion rootProject.ext.minSdkVersion
152 152
         targetSdkVersion rootProject.ext.targetSdkVersion
153
-        versionCode 45
154
-        versionName "4.1.0"
153
+        versionCode 46
154
+        versionName "5.0.0-0"
155 155
         missingDimensionStrategy 'react-native-camera', 'general'
156 156
     }
157 157
     splits {

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

@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>APPL</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>$(MARKETING_VERSION)</string>
20
+	<string>5.0.0</string>
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleURLTypes</key>
@@ -30,25 +30,25 @@
30 30
 		</dict>
31 31
 	</array>
32 32
 	<key>CFBundleVersion</key>
33
-	<string>$(CURRENT_PROJECT_VERSION)</string>
33
+	<string>1</string>
34 34
 	<key>FacebookAdvertiserIDCollectionEnabled</key>
35
-	<false/>
35
+	<false />
36 36
 	<key>FacebookAutoInitEnabled</key>
37
-	<false/>
37
+	<false />
38 38
 	<key>FacebookAutoLogAppEventsEnabled</key>
39
-	<false/>
39
+	<false />
40 40
 	<key>LSRequiresIPhoneOS</key>
41
-	<true/>
41
+	<true />
42 42
 	<key>NSAppTransportSecurity</key>
43 43
 	<dict>
44 44
 		<key>NSAllowsArbitraryLoads</key>
45
-		<true/>
45
+		<true />
46 46
 		<key>NSExceptionDomains</key>
47 47
 		<dict>
48 48
 			<key>localhost</key>
49 49
 			<dict>
50 50
 				<key>NSExceptionAllowsInsecureHTTPLoads</key>
51
-				<true/>
51
+				<true />
52 52
 			</dict>
53 53
 		</dict>
54 54
 	</dict>
@@ -65,7 +65,7 @@
65 65
 		<string>armv7</string>
66 66
 	</array>
67 67
 	<key>UIRequiresFullScreen</key>
68
-	<true/>
68
+	<true />
69 69
 	<key>UISupportedInterfaceOrientations</key>
70 70
 	<array>
71 71
 		<string>UIInterfaceOrientationPortrait</string>
@@ -74,6 +74,6 @@
74 74
 	<key>UIUserInterfaceStyle</key>
75 75
 	<string>Automatic</string>
76 76
 	<key>UIViewControllerBasedStatusBarAppearance</key>
77
-	<false/>
77
+	<false />
78 78
 </dict>
79 79
 </plist>

+ 1
- 1
package-lock.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "campus",
3
-  "version": "4.1.0",
3
+  "version": "5.0.0-0",
4 4
   "lockfileVersion": 1,
5 5
   "requires": true,
6 6
   "dependencies": {

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save