Browse Source

Upgrade to 5.0.0-1

Arnaud Vergnet 2 years ago
parent
commit
0be3a53747
4 changed files with 5 additions and 5 deletions
  1. 2
    2
      android/app/build.gradle
  2. 1
    1
      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 46
154
-        versionName "5.0.0-0"
153
+        versionCode 47
154
+        versionName "5.0.0-1"
155 155
         missingDimensionStrategy 'react-native-camera', 'general'
156 156
     }
157 157
     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>1</string>
33
+	<string>2</string>
34 34
 	<key>FacebookAdvertiserIDCollectionEnabled</key>
35 35
 	<false />
36 36
 	<key>FacebookAutoInitEnabled</key>

+ 1
- 1
package-lock.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "campus",
3
-  "version": "5.0.0-0",
3
+  "version": "5.0.0-1",
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": "5.0.0-0",
3
+  "version": "5.0.0-1",
4 4
   "private": true,
5 5
   "scripts": {
6 6
     "android": "react-native run-android",

Loading…
Cancel
Save