Browse Source

Updated version number

Arnaud Vergnet 3 years ago
parent
commit
ea25d2dd67
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      android/app/build.gradle
  2. 1
    1
      package.json

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

136
         applicationId 'fr.amicaleinsat.application'
136
         applicationId 'fr.amicaleinsat.application'
137
         minSdkVersion rootProject.ext.minSdkVersion
137
         minSdkVersion rootProject.ext.minSdkVersion
138
         targetSdkVersion rootProject.ext.targetSdkVersion
138
         targetSdkVersion rootProject.ext.targetSdkVersion
139
-        versionCode 31
140
-        versionName "3.1.3"
139
+        versionCode 32
140
+        versionName "3.1.4"
141
         missingDimensionStrategy 'react-native-camera', 'general'
141
         missingDimensionStrategy 'react-native-camera', 'general'
142
     }
142
     }
143
     splits {
143
     splits {

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "campus",
2
   "name": "campus",
3
-  "version": "3.1.3",
3
+  "version": "3.1.4",
4
   "private": true,
4
   "private": true,
5
   "scripts": {
5
   "scripts": {
6
     "start": "react-native start",
6
     "start": "react-native start",

Loading…
Cancel
Save